|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Searching in Sub-children from an Array
Hello, I have an interesting problem here I have to solve with XSLT 1.0 or 2.0: There is somewhere in the xml document a <steps> element that contains several Ids: <Steps>111,222,333,444</Steps> 1) The idea to find the first element, which has an ID attribute equal the first found id in above (e.g. 111) 2) Find in the children of the Parent element above, the next element, which has an ID attribute equal the second id (e.g. 222) 3) Find in the children of the Parent element above, the next element, which has an ID attribute equal the third id (e.g. 333) 3) Find in the children of the Parent element above, the next element, which has an ID attribute equal the forth id (e.g. 444) I) Is there a way in XSLT to break down those values in <Steps> so that I can navigate through them? II) How do I search only in sub-elements of an element? Many Thanks Houman
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






