From dc8bb00379d48690ec9815fe8ccaeecda6a331bd Mon Sep 17 00:00:00 2001 From: David Dixon-Peugh Date: Wed, 3 Jul 2002 18:51:16 +0000 Subject: [PATCH] DVSL Stylesheet to get Rules onto website. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@203 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/dvsl/rule-format.dvsl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pmd/dvsl/rule-format.dvsl diff --git a/pmd/dvsl/rule-format.dvsl b/pmd/dvsl/rule-format.dvsl new file mode 100644 index 0000000000..a47f05950f --- /dev/null +++ b/pmd/dvsl/rule-format.dvsl @@ -0,0 +1,31 @@ + + +#match("ruleset") + + + Tom Copeland + Rule Set: $attrib.name + + + +
+

+ $node.get("./description").value() +

+ $context.applyTemplates() +
+ +
+#end + +#match("rule") + +

+ $node.get("./description").value() +

+ + + +
+#end +