xsl-list
[Top] [All Lists]

Pipe extention in xalan

2003-01-05 06:59:43
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(_at_)ibis(_dot_)odessa(_dot_)ua



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



<Prev in Thread] Current Thread [Next in Thread>
  • Pipe extention in xalan, Andrey Solonchuk <=