[xsl] Pipe extention in xalan

Subject: [xsl] Pipe extention in xalan
From: Andrey Solonchuk <solo@xxxxxxxxxxxxxx>
Date: Sun, 5 Jan 2003 15:59:43 +0200
Hello xsl-list,

  Hi, may be some body know how to use pipe with Xalan XSLT processor
  I have got this error

file:/E:/temp/____xml/test/FOO.XSL; Line #9; Column #-1; XSLT Error (javax.xml.transform.Transformer
Exception): javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: PipeDocument  
I verufy that I use Xalan 2.4.1 and I have PipeDocument.class in
xalan\lib\

=============================
<xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
   xmlns:xalan="http://xml.apache.org/xalan";
   xmlns:pipe="xalan://PipeDocument"
   extension-element-prefixes="pipe">
   
<xsl:template match="/">

  <pipe:pipeDocument>
    <stylesheet href="foo1.xsl"/>
    <stylesheet href="foo2.xsl"/>   
    <stylesheet href="foo3.xsl"/>     
  </pipe:pipeDocument>
  
</xsl:template>

</xsl:stylesheet>  

-- 
Best regards,
 Andrey                          mailto:solo@xxxxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread