dleslie 01/12/21 07:59:26 Modified: c/xdocs/sources/xalan usagepatterns.xml Log: More updates for release 1.3. Revision Changes Path 1.33 +1 -1 xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml Index: usagepatterns.xml =================================================================== RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- usagepatterns.xml 2001/12/20 22:12:29 1.32 +++ usagepatterns.xml 2001/12/21 15:59:26 1.33 @@ -238,7 +238,7 @@ your application may crash.</p> </s3><anchor name="xercesdomwrapperparsedsource"/> <s3 title="Passing in a Xerces DOM to a transformation"> -<p>You may want to use a Xerces DOM that was created without using the XalanTransformer class. As the following code snippet illustrates, you can use XercesDOMWrapperParsedSource to pass in a Xerces DOM as the source for an XSL transformation.</p> +<p>You may want to use a Xerces DOM that was created without using the XalanTransformer class. As the following code snippet illustrates, you can use <jump href="apidocs/class_xercesdomwrapperparsedsource.html">XercesDOMWrapperParsedSource</jump> to pass in a Xerces DOM as the source for an XSL transformation.</p> <source>#include <parsers/DOMParser.hpp> #include <XalanTransformer/XercesDOMWrapperParsedSource.hpp>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
