[Home] [By Thread] [By Date] [Recent Entries]
Hi,
There is nothing special with the targetNamespace attribute, you should add it as you add any other attribute, for instance: <xsl:template match="/"> <xs:schema targetNamespace="myTargetNamespace" ... </xsl:template> or using xsl:attrinute <xsl:template match="/">
<xs:schema ...>
<xsl:attribute name="targetNamespace">myTargetNamespace</xsl:attribute>
</xsl:template>You have to pay attention when you make references to components from this schema as those should be qualified names thus their names should resolve to the correct namespace (target namespace) in the context they are written in. Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Georg Hohmann wrote: Hello,
|

Cart



