dleslie 02/01/24 12:46:48 Modified: java/xdocs/sources/xalan commandline.xml readme.xml Log: Updates for 2.3 Revision Changes Path 1.16 +13 -5 xml-xalan/java/xdocs/sources/xalan/commandline.xml Index: commandline.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/commandline.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- commandline.xml 22 Jan 2002 17:25:36 -0000 1.15 +++ commandline.xml 24 Jan 2002 20:46:48 -0000 1.16 @@ -84,10 +84,8 @@ -OUT outputFileName -V (Version info) -QC (Quiet Pattern Conflicts Warnings) --Q (Quiet Mode) --LF (Use linefeeds only on output -- default is CR/LF) --CR (Use carriage returns only on output -- default is CR/LF) --INDENT (Number of spaces to indent each level in output tree --default is 0) + +-L (Use line numbers for source document) -TT (Trace the templates as they are being called) -TG (Trace each result tree generation event) -TS (Trace each selection event) @@ -97,10 +95,20 @@ -TEXT (Use simple Text formatter) -HTML (Use HTML formatter) -PARAM name value (Set a stylesheet parameter) --DIAG put out timing diagnostics +-DIAG (Print number of milliseconds transform operation took) +-FLAVOR flavorName (Transform with SAX for s2s or DOM for d2d) -URIRESOLVER fullClassName (Use a custom URIResolver) -ENTITYRESOLVER fullClassName (Use a custom EntityResolver) -CONTENTHANDLER fullClassName (Use a custom ContentHandler) +-INCREMENTAL (Request incremental transform by setting + http://xml.apache.org/xalan/features/incremental to true) +-NOOPTIMIZE (Request no optizimation of stylesheet processing + by setting http://xml.apache.org/xalan/features/optimize to + false) +-RL recursionLimit (Set numeric limit on depht of stylesheet + recursion) +-L (Obtain a SourceLocator that can be used within stylesheet to + report location of nodes within the XML source document) </source> <p>Use <code>-IN</code> to specify the XML source document.</p> <p>Use <code>-XSL</code> to specify the XSL stylesheet file.</p> 1.71 +4 -0 xml-xalan/java/xdocs/sources/xalan/readme.xml Index: readme.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- readme.xml 22 Jan 2002 17:25:36 -0000 1.70 +++ readme.xml 24 Jan 2002 20:46:48 -0000 1.71 @@ -79,11 +79,15 @@ <s3 title="Changes since &xslt4j; 2.2"> <p>This release does not include support for the deprecated &xslt4j; 1 compatability API.</p> <p>This release is integrated with release 2 of &xml4j;.</p> + <note>The &xslt4j; 1 compatability code does NOT compile with &xml4j2;</note> &done-j; </s3> <anchor name="other"/> <s3 title="Other points of interest"> <ul> + <li>If an attempt is made to coerce a different namespace onto a prefix already in use in xsl:attribute, the attribute will come out + in the wrong namespace. Workaround: either provide an NCName instead of a QName for the attribute, or provide a QName with a prefix not + used elsewhere.<br/><br/></li> <li>Handling xsl:namespace-alias declarations: In release 2.0.D01, we reported the need to do some research concerning exactly how Xalan should handle xsl:namespace-alias declarations. As a result of discussions among members of the W3C Working Group on XSL, we have reached a more precise consensus on how namespaces should be represented when an xsl:namespace-alias declaration is in effect.<br/><br/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
