Re: [xsl] applying templates to all but ...

Subject: Re: [xsl] applying templates to all but ...
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Fri, 24 Sep 2004 05:43:36 -0400
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[@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

Current Thread