[xsl] Matching problem

Subject: [xsl] Matching problem
From: Sven Waibel <sven.waibel@xxxxxxxx>
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

Current Thread