H
harryajh
using xalan 2.7.1 within Java 5.0
I want to produce a stylesheet from another stylesheet but there is NO
xml. Also the stylesheet produced is actually made up of 10 sections
of xslt which is actually held in memory NOT as a disk file - for this
we used xslt extension functions which work really well.
So my question is, using xalan's tranform method, can I give it just a
xslt file which then makes external calls to retrieve all the sections
to produce the final one but without any XML?
thanks in advance
harry
I want to produce a stylesheet from another stylesheet but there is NO
xml. Also the stylesheet produced is actually made up of 10 sections
of xslt which is actually held in memory NOT as a disk file - for this
we used xslt extension functions which work really well.
So my question is, using xalan's tranform method, can I give it just a
xslt file which then makes external calls to retrieve all the sections
to produce the final one but without any XML?
thanks in advance
harry