|
Subject: [xsl] xsl-element not allowed directly below xsl-stylesheet? From: "Christer Nordvik" <christer.nordvik@xxxxxxxxxx> Date: Tue, 13 Aug 2002 10:33:02 +0200 |
I have an XSL stylesheet that have the structure:
<xsl:stylesheet>
<xsl:template match="form1">
...
</xsl:template>
<xsl:template match="form2">
...
</xsl:template>
<xsl:template match="form3">
...
</xsl:template>
</xsl:stylesheet>
And now I need an element tag that starts before form2 and ends after
form3. But when I try to include an <xsl:element> before the
<xsl:template> tag I get an error saying that <xsl:stylesheet> can't
contain <xsl:element> tags.
Is there any other way of specifying an element?
Best Regards,
Christer Nordvik
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] for-each question, Vasu Chakkera | Thread | Re: [xsl] xsl-element not allowed d, Jeni Tennison |
| Re: [xsl] for-each question, Vasu Chakkera | Date | RE: [xsl] how to reassign a variabl, Conal Tuohy |
| Month |