mkwan 2002/09/06 09:43:39 Modified: java/src/org/apache/xalan/lib PipeDocument.java Log: Add comments for the new namespace (http://xml.apache.org/xalan/PipeDocument). Revision Changes Path 1.2 +8 -2 xml-xalan/java/src/org/apache/xalan/lib/PipeDocument.java Index: PipeDocument.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/PipeDocument.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PipeDocument.java 3 Aug 2001 19:12:52 -0000 1.1 +++ PipeDocument.java 6 Sep 2002 16:43:39 -0000 1.2 @@ -112,9 +112,15 @@ import java.util.Properties; /** - * Sets stylesheet params and pipes an XML document through a series of 1 or more stylesheets. + * PipeDocument is a Xalan extension element to set stylesheet params and pipes an XML + * document through a series of 1 or more stylesheets. * PipeDocument is invoked from a stylesheet as the [EMAIL PROTECTED] #pipeDocument pipeDocument extension element}. * + * It is accessed by specifying a namespace URI as follows: + * <pre> + * xmlns:pipe="http://xml.apache.org/xalan/PipeDocument" + * </pre> + * * @author Donald Leslie */ public class PipeDocument @@ -130,7 +136,7 @@ * Syntax: * <xsl:stylesheet version="1.0" * xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - * xmlns:pipe="xalan://PipeDocument" + * xmlns:pipe="http://xml.apache.org/xalan/PipeDocument" * extension-element-prefixes="pipe"> * ... * <pipe:pipeDocument source="source.xml" target="target.xml">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
