|
Subject: Re: [xsl] node traversal From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 24 Feb 2004 13:40:14 -0500 |
<!-- mode y just copies the inlines in one at a time until teh next node is not of that type in which case it stops -->
<xsltemplate match="inline|text()" mode="y">
<xsl:copy-of select="."/>
<xsl:apply-templates select=following-sibling::node()[1][self::inline or self::text()]"/>
</xsl:template>
Cheers, Wendell
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] node traversal, David Carlisle | Thread | Re: [xsl] node traversal, David Carlisle |
| RE: Xquery for 'hard data probs' wa, Wendell Piez | Date | [xsl] Translating XSD into an XSLT,, Daniel Bryant |
| Month |