[xsl] namespaces problem

Subject: [xsl] namespaces problem
From: "belangour abdessamad" <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 17:34:05 +0100
Hi all,
I'm trying to automatically generate a schema using XSLT.
How can i please generate the attributes "targetNamespace="MyDoc" and
xmlns:my="MyDoc" as in the example:
----------------------------------------------------------------------------
----------
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
targetNamespace="MyDoc" xmlns:my="MyDoc" elementFormDefault="qualified">
----------------------------------------------------------------------------
----------
(The instruction ( <xsl:attribute name="xmlns:my">MyDoc</xsl:attribute> )
generates an error.)

Thanks !!.


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


Current Thread