To navigate in an XML graph using XSL

Glassbox glassbox at wanadoo.fr
Tue Jan 26 19:00:27 GMT 1999


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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list