xsl-list
[Top] [All Lists]

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

2005-08-17 00:10:07

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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--