[Home] [By Thread] [By Date] [Recent Entries]
Evgenia Firsova wrote:
I have xml: <AddressCountryList> <Country ID="1" DepartID="8" Name="countryname"> <City Nick="nickname1" Mail="mail" AddressID="1"> <PhoneList> <Phone Num="pnone"/> </PhoneList> </City> <City Nick="nickname2" Mail="mail" AddressID="3"> <PhoneList> <Phone Num="phone"/> </PhoneList> </City> </Country> ... </AddressCountryList> I doubt it can be done with a single XPath exression. Ok, you can select Country attributes and some its children City elements, but how do you build result tree from such unordered nodeset? And in your desired result there is also AddressCountryList, which is out of your selection... I'd suggest you another approach - select all Country elements and iterate over copying them with all attributes and some children City elements. -- Oleg Tkachenko http://www.tkachenko.com/blog Multiconn Technologies, Israel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



