XML Attribute question

alvin

New Member
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

Thx!:confused:
 
Back
Top