Author: keith
Date: Thu Feb 28 10:12:51 2008
New Revision: 14322
Log:
Fixing minor bug in the code sample
Modified:
trunk/mashup/java/xdocs/e4xquickstart.html
Modified: trunk/mashup/java/xdocs/e4xquickstart.html
==============================================================================
--- trunk/mashup/java/xdocs/e4xquickstart.html (original)
+++ trunk/mashup/java/xdocs/e4xquickstart.html Thu Feb 28 10:12:51 2008
@@ -469,7 +469,7 @@
<p>Although it's rarely needed, element and attribute names can be evaluated
too:</p>
<pre class="Code">var phonetype = "mobile";
var identifiertype = "id";
-var c = <{phonetype} {identifiertype}={nextId++}
/>888-555-2112</{phonetype}>;</pre>
+var c = <{phonetype} {identifiertype}={nextId++}
>888-555-2112</{phonetype}>;</pre>
<p>XML lists can be created by using the addition operator on individual XML
elements:</p>
<pre class="Code">var employees = <employee
name="Joe"/> +
<employee name="Arun"/> +
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev