[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] unfold one element to several elements according to it
Hello everyone, is it possible to do the translation? you can add other elements/attributes in the original xml if the info is not enough. thanks. Original: <product id="1" owner="a,b,c"> <title owner="a,b">foo</title> <title owner="c">bar</title> </product> After translation: <product id="1" owner="a"> <title>foo</title> </product> <product id="1" owner="b"> <title>foo</title> </product> <product id="1" owner="c"> <title>bar</title> </product>
|
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
|