[xsl] Exclude elements in transformation

Subject: [xsl] Exclude elements in transformation
From: Sönke Ruempler <ruempler@xxxxxxxxxxxxxxx>
Date: Thu, 16 Sep 2004 11:17:29 +0200
Hi,

I want to exclude each element that is preceeded by a specific tag, call it
A.

So i have XML like:

<A>blah</A>
<B>blub</B>

I have a XSLT template for A and that includes the following element (B
here). So now i need a template for each element that is preceeded by A and
does nothing, but i don't know the Xpath expression or it.

Thx soenke.

Current Thread