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"> <xslt key="string" [source="xpath"]> <property name="string" (value="literal" | expression="xpath")/>* <feature name="string" value="true| false" />* + <resource location="..." key="..."/>* </xslt></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 + <proxy> 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
