[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] FW: Using a processing instruction to remove a node


Subject: Re: [xsl] FW: Using a processing instruction to remove a node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Jan 2004 17:22:52 GMT

preceding-sibling::node()[not(self::text() and .='')][1][self::processing-instruction('REMOVE')]

sorry, meant:

preceding-sibling::node()[not(self::text() and normalize-space(.)='')][1][self::processing-instruction('REMOVE')]

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread