simple question...about xml attribute prefix

kantplayalik

Member
Joined
Mar 17, 2006
Messages
7
Programming Experience
1-3
I've been trying to build an xml document in VS 2003, where I use rootNode.setAttribute("xsi:schemaLocation", "http://www.somwhere/org"). When the document is created the attribute is missing the "xsi" prefix...any ideas why?
 
Last edited:
Back
Top