xsl-list
[Top] [All Lists]

Import XSL Files inside a JAR

2003-11-11 12:38:41

        Hi,
        I have a JAR that have many XSL files, some XSL files import others 
XSL, just like this:

        <!--  Parent.xsl   -->
        <xsl:stylesheet ...
            <xsl:import href="AAA2BBB.xsl"/>
            <xsl:import href="BBB2AAA.xsl"/>
        <../>

        The problem is :        
                I would like to get the the Parent.XSL like an StreamSource 
created from the method Class.getResourceAsStream("Parent.XSL") : InputStream.
                I can do this, but how can I reference the others XSL files 
(that are also inside the JAR) in the import tags of Parent.XSL???

        Thanks a lot!!!!
        Gerson
        

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



<Prev in Thread] Current Thread [Next in Thread>
  • Import XSL Files inside a JAR, Gerson Mizuta Weiss <=