xsl-list
[Top] [All Lists]

Re: applying templates to all but ...

2004-09-24 02:43:36

On Sep 24, 2004, at 5:36 AM, George Cristian Bina wrote:

I did not follow all your post, but this looks like it should be:
select="$style-biblio/cs:reftype[(_at_)name='book']/cs:*[not(self::cs: creator)]">

Hah!  That does it; thanks!

otherwise you test for a cs:creator child of the matched node.

I was trying to do a test on the cs:creator element, but obviously doing something wrong with the xpath expressions, as no matter what I did I had something not render correctly (either no names, or too many!).

Bruce