hi,
i've got an xml storing all products on the same level(flat structure). A few products belong to other procucts (yes, products can be childs of products). how can i recompose my xml to fit my situation? resp. how can i move the products underneath their parent-product? i do have a prodID for each product and a parentProdID.
e.g.
<prod>
<prodName>Wheel</prodName>
<prodID>1234</prodName>
<parentProdID>23</parentProdID>
</prod
yes, i know. this cannot be a huge pile of work. but still though tough for a rookie in XSLT.
thanks
i've got an xml storing all products on the same level(flat structure). A few products belong to other procucts (yes, products can be childs of products). how can i recompose my xml to fit my situation? resp. how can i move the products underneath their parent-product? i do have a prodID for each product and a parentProdID.
e.g.
<prod>
<prodName>Wheel</prodName>
<prodID>1234</prodName>
<parentProdID>23</parentProdID>
</prod
yes, i know. this cannot be a huge pile of work. but still though tough for a rookie in XSLT.
thanks