Re: [xsl] XPath - excluding specified childNodes from result nodeList

Subject: Re: [xsl] XPath - excluding specified childNodes from result nodeList
From: Steven <gatecrasher1981@xxxxxxxxx>
Date: Sat, 15 Dec 2007 19:45:32 +0000
> In XPath 2.0 that's something like
>
> string-join((/document/a//text() except /document/a//c/text()), "")
>
> Offhand I'd say that it can't be done in XPath 1.0. But I think you're
> stretching XPath anyway - you should be thinking about using XSLT or XQuery.

Thanks for the advice Michael, I think your right, XQuery is what I
need - roll on the native PHP implementation!

Cheers,

Steve

Current Thread