RE: [xsl] Matching problem

Subject: RE: [xsl] Matching problem
From: "Arun Sinha" <arunsinha666@xxxxxxxxxxx>
Date: Thu, 22 Dec 2005 10:11:51 +0000
Hi

Use

match="/car | /car/version"

Cheers.

Arun


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

Current Thread