Hi Maria,

I'm very rusty on XSLT I'm afraid
Here is the file main.xsl:

...
<xsl:template match="@*|node()" priority="-1"><xsl:copy><xsl:apply-templates 
select="@*|node()"/></xsl:copy></xsl:template>
...

What is the purpose of this line?  What happens if you remove it?

David Legg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to