To your question, " what i was told is: "xml cannot take numeric value as element name" is that correct?", yes that is correct. below are the rules for naming elements.
XML Naming Rules
XML elements must follow these naming rules:
Names can contain letters, numbers, and other characters
Names cannot start with a number or punctuation character
Names cannot start with the letters xml (or XML, or Xml, etc)
threeo
Participant
1156 Points
539 Posts
can xml use a numeric field as a node name?
Dec 14, 2012 04:42 PM|LINK
i am using a List structure and converting it into excel, csv and xml files
excel and csv work fine
but the xml.......can NOT seem to convert "2012" into a node. it can convert "A2012" but not "2012"
what i was told is: "xml cannot take numeric value as element name"
is that correct?
FernandoSoto
Member
124 Points
32 Posts
Re: can xml use a numeric field as a node name?
Dec 14, 2012 07:50 PM|LINK
Hi threeo;
To your question, " what i was told is: "xml cannot take numeric value as element name" is that correct?", yes that is correct. below are the rules for naming elements.
XML Naming Rules
XML elements must follow these naming rules:
and can be found at XML Elements.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: can xml use a numeric field as a node name?
Dec 15, 2012 05:25 AM|LINK
Hi,
What's your xml?
What's your xslt?
What do you really wanna do?