Hi, all
I need to produce one XSLT-stylesheet by other with Xalan J.
I wrote:

<xsl:element name="xsl:stylesheet" >
    <xsl:attribute name="version">1.0</xsl:attribute>
    <xsl:attribute
name="xmlns:xsl">http://www.w3.org/1999/XSL/Transform</xsl:attribute>
    .....

But "xmlns:xsl" attribute (and any attribute with "xmlns" prefix) doesn't
appear in the resulting xsl:stylesheet element.
How I can to do this? And is it a wrong way to do so? But it works ok with
SAXON ..

Thanks.
P.S. I'm not a this list member

Best regards,
Alex V. Alishevskikh <[EMAIL PROTECTED]>

OpenMechanics
http://www.openmechanics.net

Reply via email to