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 = &quot;mobile&quot;;
 var identifiertype = &quot;id&quot;;
-var c = &lt;{phonetype} {identifiertype}={nextId++} 
/&gt;888-555-2112&lt;/{phonetype}&gt;;</pre>
+var c = &lt;{phonetype} {identifiertype}={nextId++} 
&gt;888-555-2112&lt;/{phonetype}&gt;;</pre>
 <p>XML lists can be created by using the addition operator on individual XML 
elements:</p>
             <pre class="Code">var employees = &lt;employee 
name=&quot;Joe&quot;/&gt; +
                 &lt;employee name=&quot;Arun&quot;/&gt; + 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to