|
Subject: Re: [xsl] Matching problem From: George Cristian Bina <george@xxxxxxxxxxxxx> Date: Thu, 22 Dec 2005 12:16:50 +0200 |
<car>
<version>
<audi/>
<bmw/>
</version>
</car><car>
<audi/>
<bmw/>
</car>Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Matching problem, Arun Sinha | Thread | Re: [xsl] Matching problem, Sven Waibel |
| RE: [xsl] Matching problem, Arun Sinha | Date | Re: [xsl] Matching problem, Sven Waibel |
| Month |