dleslie 01/07/17 08:35:27 Modified: java/xdocs/sources/xalan extensionslib.xml Log: Broke a stylesheet line into two lines to avoid print problem. Revision Changes Path 1.15 +4 -3 xml-xalan/java/xdocs/sources/xalan/extensionslib.xml Index: extensionslib.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/extensionslib.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- extensionslib.xml 2001/06/12 19:41:42 1.14 +++ extensionslib.xml 2001/07/17 15:35:23 1.15 @@ -167,9 +167,10 @@ <s3 title="Example with the nodeset extension function"> <p>The following stylesheet uses the nodeset extension function to cast a result tree fragment into a node-set that can then be navigated in standard XPath manner. It uses the http://xml.apache.org/xalan namespace to provide access to the nodeset() method in xml.apache.xalan.lib.Extensions.</p> <source><?xml version="1.0"?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" - xmlns:xalan="http://xml.apache.org/xalan" - exclude-result-prefixes="xalan"> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0" + xmlns:xalan="http://xml.apache.org/xalan" + exclude-result-prefixes="xalan"> <xsl:template match="/"> <out> <xsl:variable name="rtf">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
