R
R
Hello everybody.
I've got my XML file with 'field' node .
Field is transformed with XSLT into paragraph tag in XHTML.
But. A programmer can add various attributes to <field> node, eg.
someone can add 'onclick', 'onmouseover', 'style', 'class', 'align'
attributes and so on. I want to copy all the attributes from <field>
to <p>.
But field has also two attributes that can't be copied: 'id' and
'number'.
And the final question ;-):
How to copy all the attributes without 'id' and 'number' ones?
thanks in advance for any help
best regards
R
I've got my XML file with 'field' node .
Field is transformed with XSLT into paragraph tag in XHTML.
But. A programmer can add various attributes to <field> node, eg.
someone can add 'onclick', 'onmouseover', 'style', 'class', 'align'
attributes and so on. I want to copy all the attributes from <field>
to <p>.
But field has also two attributes that can't be copied: 'id' and
'number'.
And the final question ;-):
How to copy all the attributes without 'id' and 'number' ones?
thanks in advance for any help
best regards
R