dion 2004/09/05 02:00:56
Modified: jexl/xdocs/reference syntax.xml
Log:
Docs on ant-style properties
Revision Changes Path
1.12 +9 -0 jakarta-commons/jexl/xdocs/reference/syntax.xml
Index: syntax.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/syntax.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- syntax.xml 23 Aug 2004 00:55:09 -0000 1.11
+++ syntax.xml 5 Sep 2004 09:00:55 -0000 1.12
@@ -57,6 +57,15 @@
<li>Valid: <code>var1</code>,<code>_a99</code>,<code>$1</code></li>
<li>Invalid: <code>9v</code>,<code>!a99</code>,<code>1$</code></li>
</ul>
+ <p>
+ JEXL also supports <code>ant-style</code> variables, e.g.
<source>my.dotted.var</source>
+ is a valid variable name.
+ </p>
+ <p>
+ <strong>NOTE:</strong> JEXL does not support variables with hyphens
in them, e.g.
+ <source>commons-logging</source> is not a valid variable, but instead
is treated as a
+ subtraction of the variable <code>logging</code> from the variable
<code>commons</code>
+ </p>
</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]