dleslie 01/05/21 09:46:39
Modified: java/xdocs/sources/xalan xsltc_constraints.xml
Log:
light edit
Revision Changes Path
1.4 +3 -3 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsltc_constraints.xml 2001/05/21 15:12:42 1.3
+++ xsltc_constraints.xml 2001/05/21 16:46:33 1.4
@@ -12,7 +12,7 @@
</ul>
<anchor name="xsltcnew"/>
<s3 title="Changes and New Features">
-<p>This - being the first release of XSLTC on Apache (xml.apache.org) -
"What's changed" is
+<p>Since this is the first release of XSLTC on Apache (xml.apache.org),
changes are
relative to Preview 5 of XSLTC posted on www.sun.com/xml/developers.</p>
<ul>
<li>Simplified stylesheets are now implemented.</li>
@@ -51,14 +51,14 @@
<anchor name="xsltcknownproblems"/>
<s3 title="Known Problems">
<ul>
- <li>Casting variables. XSLTC requires you to explicitly type cast values
+ <li>Casting variables: XSLTC requires you to explicitly type cast values
returned by variables or expressions, when you use them in tests. Always a
good
practice, but it may seem like overkill in some in contexts, where other
XSLT processors
automatically assume or convert to the correct type. For example. unless
you cast $country
to a string in the following apply-templates, entry nodes whose
<country> elements
contain a string matching the global $country parameter are NOT
selected.<br/><br/>
<code><xsl:apply-templates
select="entry[country=string($country)]"/></code></li>
- <li>Order dependency of conditions within a predicate. If you have a
predicate in a select or match
+ <li>Order dependency of conditions within a predicate: If you have a
predicate in a select or match
expression that has multiple conditions, one of which contains a union (X
or Y), put it last.
Otherwise, the predicate fails to match node that it should.</li>
<li>When using DOM caching, as shown in the Servlet demo, if the source
document is local to the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]