diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..226ec3b --- /dev/null +++ b/build.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/entries2html.xsl b/entries2html.xsl new file mode 100644 index 0000000..f4ec14b --- /dev/null +++ b/entries2html.xsl @@ -0,0 +1,181 @@ + + + + + +
+ Contents + +
+ + + + + + +
+

+ ( + + + , + + [ + + ] + + ) + + +

+
+ + + + +

+ Returns: +

+
+
+

Signatures:

+
    + + +
  • + + + + - + + +

    + version added: + .( + + + , + + [ + + ] + + ) +

    + +
    + +
    +
    +
    +
    +
    +
  • +
    +
+ +

Description:

+
+ +
+
+ +

Examples:

+
+ +

Example:

+

+	  
+	    
+        example demo-code
+      
+      
+        example
+      
+    
+<!DOCTYPE html>
+<html>
+<head>
+  <style type="text/css"></style>
+  <script type="text/javascript" src="/scripts/jquery-1.4.js"></script>
+</head>
+<body>
+  
+<script></script>
+
+</body>
+</html>
+
+ +

Demo:

+
+ + demo code-demo + + + demo + + +
+
+
+
+
+
+
+ +
+ + + +
+ +
diff --git a/exampledoc-rules.xml b/exampledoc-rules.xml new file mode 100644 index 0000000..8e93fcd --- /dev/null +++ b/exampledoc-rules.xml @@ -0,0 +1,53 @@ + + + + 1.3 + + Compile the contents of the matched element as a reusable compiled template. + + +

Note: For information about how to render templates, see .tmpl() and jQuery.tmpl().

+ +
+ +
+ + + + + + + + +
+ + + 1.3 + + A string indicating to add a set of rules. + + + The rules to add. Accepts the same format as the rules-option of the validate-method + + + + 1.3 + + A string indicating to remove rules. + + + The space-separated names of rules to remove and return. If left unspecified, removes and returns all rules. Manipulates only rules specified by the rules option of the .validate() or .rules("add") method. + + +

something else

+

a very long description

+
+
\ No newline at end of file