From: Sven Waibel <sven.waibel@xxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Matching problem
Date: Thu, 22 Dec 2005 11:03:15 +0100
Hi all,
i have these xml:
1.
<car>
<audi>
<bmw>
</car>
2.
<car>
<version>
<audi>
<bmw>
</version>
</car>
These are the two possibilities that can occur.
I tried: match="car | car/version" but it does not match correctly resp.
it does not work.
Some ideas?
Thanks
Sven