Author: ruwan
Date: Mon May 25 00:33:12 2009
New Revision: 36695
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36695

Log:
fixing the configuration language

Modified:
   trunk/esb/java/docs/xdoc/configuration_language.xml

Modified: trunk/esb/java/docs/xdoc/configuration_language.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/configuration_language.xml?rev=36695&r1=36694&r2=36695&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/configuration_language.xml (original)
+++ trunk/esb/java/docs/xdoc/configuration_language.xml Mon May 25 00:33:12 2009
@@ -1667,6 +1667,7 @@
 <pre xml:space="preserve"> &lt;xslt key="string" [source="xpath"]&gt;
    &lt;property name="string" (value="literal" | expression="xpath")/&gt;*
    &lt;feature name="string" value="true| false" /&gt;*
+   &lt;resource location="..." key="..."/&gt;*
  &lt;/xslt&gt;</pre>
     <p>
     </p>
@@ -1683,9 +1684,9 @@
       byte streams, sometimes it may not work for all transformations.
     </p>
     <p>
-    </p>
-    <p/>
-    <p>
+      Finally, the 'resource' element can be used to resolve XSLT imports and 
includes from the
+      repository. It works in exactly the same way as the corresponding 
element in a
+      &lt;proxy&gt; definition.
     </p>
     <h4>
       <a name="xquery" id="xquery">XQuery</a>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to