xsl-list
[Top] [All Lists]

Re: Re: [xsl] Inverse of apply-template select

2011-01-13 14:19:41

That worked, thanks!

btw, why is the self:: axis needed here, but not in the previous select?

Thanks again!

Russ

Jan 13, 2011 07:59:14 PM, xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
wrote:

On 13/01/2011 19:10, Imsieke, Gerrit, le-tex wrote:

You want to select all children who are not either bookinfo or title:


or if you are using xslt2, the more readable

select="* except (bookinfo|title)"

also, to the original poster, you never need start an xpath with ./

David


--~------------------------------------------------------------------
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: 
--~--


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>