P
parvus
Hi, I´m searching a solution for the following problem:
I´ve a generated XML Document like
<....>
<struct name="number" type="PartNumber">100</struct>
<struct name="identity" type="PartIdentity">1</struct>
<enum name="ex_identity" type="....."></enum>
<....>
Now i want to use a XSLT file to create a new structured XML file like
<....>
<number sort="struct" type="PartNumber">100</struct>
<identity sort="struct" type="PartIdentity">1</struct>
<ex_identity sort="enum" type="........
My problem ist, that i couldn´t read out the value of the attribute
"name" so i can´t
create a new element of it. Furthermore i need to create the other
attributes for the new element or maybe i can copy them easily(?). Does
anybody have any solution? PLZ help me im searching for a long time.
Big THX parvus
I´ve a generated XML Document like
<....>
<struct name="number" type="PartNumber">100</struct>
<struct name="identity" type="PartIdentity">1</struct>
<enum name="ex_identity" type="....."></enum>
<....>
Now i want to use a XSLT file to create a new structured XML file like
<....>
<number sort="struct" type="PartNumber">100</struct>
<identity sort="struct" type="PartIdentity">1</struct>
<ex_identity sort="enum" type="........
My problem ist, that i couldn´t read out the value of the attribute
"name" so i can´t
create a new element of it. Furthermore i need to create the other
attributes for the new element or maybe i can copy them easily(?). Does
anybody have any solution? PLZ help me im searching for a long time.
Big THX parvus