This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Searching nodes


Hello !

Sample XML :

<foos>
<foo name="xxx">
<enum title="zzz" />
<enum title="eee" />
</foo>
<foo name ="yyy" >
<enum title="fff" />
<related name="xxx" />
</foo>
</foos>

When processing "related" of <foo name=yyy> i wan't the title of all the enum elements of <foo name="xxx">

How can i do that



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]