An XML attribute is defined as xsd:integer.
How could I write it?
E.g.
I need to write this node <x-option id=23/>
If using x-noderef:set-attribute("id","23"), the output will be: <x-option id="23"/>, surrounding by quotes which means xsd:string
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.