xsl-list
[Top] [All Lists]

Add attribute to root node

2004-12-17 03:14:30
I have a quite simple question but I am doing somethings wrong. How can
I just add a schema association attribute to the root node of a
document?

When I do this no attribute will appear.

        <xsl:template match="/">
                <xsl:copy>                      
                        <!-- add association to general kiwi validator
xsd -->
                        <xsl:attribute
name="xsi:noNamespaceSchemaLocation">
                                <xsl:value-of select="$validator-url"/>
                        </xsl:attribute>

                        <xsl:copy-of select="@*"/>
                        <xsl:apply-templates />
                </xsl:copy>
        </xsl:template>

Robert

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>