Numeric names in XML files

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello,
Im manipulating XML files using DOM in C++, and Im working on transforming non XML files (Nested Sequential, Comma Separate, EDI standard,..). The problem is that in XML there are some naming conventions that restrict me from using numeric names (or at
least starting with a number, as well as spaces in the names, while these conventions dont apply to non XML files.
Did anyone face a similar problem before? Do you have anything suggestion for me to solve the problem?
Thanks in advance. <hr class="sig the world is mine

View the full article
 
Back
Top