You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Graeme Wallace <gr...@wallaceburnett.com> on 2000/03/20 08:25:56 UTC

Output a stylesheet from a stylesheet

Hi,

I'm using Xalan 0.20. I'm trying to output a stylesheet from a stylesheet,
but I'm having
trouble getting the xmlns:xsl="..." attribute for the xsl:stylesheet element
to appear
on the output. Any ideas ?

I'm also having trouble with the next phase of this. I want this first
stylesheet to generate
a template that produces some custom HTML.

In my second stylesheet I use the xsl:include to point to the URL for the
first dynamically generated one. That seems to work until I call the
template, then Xalan
exhausts the Java stack.

regards,


Graeme