Dijkstra30
Programmer
Hello,
How do i create an element like this with xslt?
<myElement xmlns:xsi=" xsi:type="Herb" aType="Placeboom">
I mention that the xml I want to transform into this does not contain xmlns:xsi or xsi:type.
I googled a lot but i did not find a proper answer. I only found out that these are not regular attributes.
How do i create an element like this with xslt?
<myElement xmlns:xsi=" xsi:type="Herb" aType="Placeboom">
I mention that the xml I want to transform into this does not contain xmlns:xsi or xsi:type.
I googled a lot but i did not find a proper answer. I only found out that these are not regular attributes.