[xsl] Trying to match ...

Subject: [xsl] Trying to match ...
From: "Nicholas Waltham" <nick.xsl@xxxxxxxxxxxx>
Date: Tue, 16 Oct 2001 12:28:17 +0200
Hello All,
 I am trying to match all <LI> elements which have a <UL> or and <OL> as
their first child. I am trying with something like

<xsl:template match="LI[*[1][UL or OL]]">
<xsl:apply-templates/>
</xsl:template>

and failing !!

Please let me know what I am doing wrong!
Thanks,
Nicholas Waltham


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


Current Thread