[weld-commits] Weld SVN: r5084 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 17 00:04:36 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-17 00:04:36 -0500 (Tue, 17 Nov 2009)
New Revision: 5084

Modified:
   doc/trunk/reference/en-US/scopescontexts.xml
   doc/trunk/reference/en-US/weldexamples.xml
Log:
fix syntax hiliting

Modified: doc/trunk/reference/en-US/scopescontexts.xml
===================================================================
--- doc/trunk/reference/en-US/scopescontexts.xml	2009-11-17 04:41:43 UTC (rev 5083)
+++ doc/trunk/reference/en-US/scopescontexts.xml	2009-11-17 05:04:36 UTC (rev 5084)
@@ -257,13 +257,13 @@
             Therefore, the following link propagates the conversation:
          </para>
     
-         <programlisting role="HTML"><![CDATA[<a href="/addProduct.jsp?cid=#{conversation.id}">Add Product</a>]]></programlisting>
+         <programlisting role="XML"><![CDATA[<a href="/addProduct.jsp?cid=#{conversation.id}">Add Product</a>]]></programlisting>
 
          <para>
             It's probably better to use one of the link components in JSF 2:
          </para>
 
-         <programlisting role="HTML"><![CDATA[<h:link outcome="/addProduct.xhtml value="Add Product">
+         <programlisting role="XML"><![CDATA[<h:link outcome="/addProduct.xhtml value="Add Product">
    <f:param name="cid" value="#{conversation.id}"/>
 </h:link>]]></programlisting>
          

Modified: doc/trunk/reference/en-US/weldexamples.xml
===================================================================
--- doc/trunk/reference/en-US/weldexamples.xml	2009-11-17 04:41:43 UTC (rev 5083)
+++ doc/trunk/reference/en-US/weldexamples.xml	2009-11-17 05:04:36 UTC (rev 5084)
@@ -131,7 +131,7 @@
             <area id="validator" coords="29" />
             <area id="submit" coords="30" />
          </areaspec>
-         <programlisting role="HTML"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+         <programlisting role="XML"><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"



More information about the weld-commits mailing list