Hi. I'm using C# and i need to create a XML document. Ok, i did, but, in each element i need to put a tc prefix.
The only way that i know, is using xmlDoc.CreateElement("tc", "node1", "file.xsd")
, but it is very massive because i have lots of tags and my program its already writted.
Is this the only way?
thx