amiro 01/06/08 12:42:24
Modified: java/xdocs/sources/xalan xsltc_constraints.xml
Log:
fix path for external java function
Revision Changes Path
1.5 +2 -2 xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml
Index: xsltc_constraints.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xsltc_constraints.xml 2001/05/21 16:46:33 1.4
+++ xsltc_constraints.xml 2001/06/08 19:42:23 1.5
@@ -39,7 +39,7 @@
<ul>
<li>Incomplete support for extension elements and external Java functions.
Currently you can set up an extension function
to call a static Java function. For the extension namespace, use<br/>
-
http://xml.apache.org/xalan/xsltc/java/java/<class><br/>
+
http://xml.apache.org/xalan/xsltc/java/<class><br/>
where <class> identifies the class with the static method.</li>
<li>Lack of support for the redirection of output to multiple
output files from within a stylesheet (equivalent to xalan:redirect or
@@ -172,4 +172,4 @@
</li>
</ol>
</s3>
-</s2>
\ No newline at end of file
+</s2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]