|
Subject: re: mixed content styling problem From: Bill dehOra <wdehora@xxxxxxxxxxxxxxxxxxx> Date: Fri, 26 May 2000 11:13:00 +0100 |
Thaks to all that replied: it was indeed too complicated an approach. The
final cut:
<xsl:template match="A">
<xsl:for-each select="B">
<xsl:if test="@TYPE='PUB' or count(@*)=0">
<H2><xsl:apply-templates select="node()[not(self::C)]"/></H2>
</xsl:if>
</xsl:for-each>
</xsl:template>
cheers,
-Bill
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: mixed content styling problem, Kay Michael | Thread | outputting a xml file with accentue, Gilles Durys |
| Re: XT and SAXON treats //ccc and /, Matt Sergeant | Date | Re: XT and SAXON treats //ccc and /, Matt Sergeant |
| Month |