This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Trying to match ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]