[
Lists Home |
Date Index |
Thread Index
]
- From: "Glassbox" <glassbox@wanadoo.fr>
- To: "XML Dev" <xml-dev@ic.ac.uk>
- Date: Tue, 26 Jan 1999 18:50:47 +0100
Hi,
I'd like to transform an XML tree with an XSL stylesheet.
My XML tree might look like this :
<bookshop>
<bookstore>
<book id="12345"/>
</bookstore>
<stock>
<book id="12345">
<name>Essential COM</name>
<author>Don Box</author>
</book>
</stock>
</bookshop>
I would like to find informations about a book stored in the bookstore by
using its « id ». To do that, I would like to keep it somewhere and get it
back later on in order to build an XSL pattern.
Is this possible with XSL (I think it isn't). Does someone have a solution ?
Many thanks for your help.
Guillaume.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|