RE: [xsl] Transforming an XML document where the content isn't in a special tag

Subject: RE: [xsl] Transforming an XML document where the content isn't in a special tag
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 17 Aug 2005 08:10:07 +0100
> Sorry, I was wrong. 
> 
> The correct XSLT 1.0 stylesheet is -
> 

<xsl:with-param name="nodelist"
select="following-sibling::node()[1] | following-sibling::node()[2]"
/>

This might handle the specific input provided as the test case, but it
doesn't exactly generalize well to other input documents.

Michael Kay
http://www.saxonica.com/

Current Thread