Jump to content

Basic Tag Syntax Question


rbennett

Recommended Posts

I did take the time to review the forum and tutortial AND I'm pretty sure that I know the answer here, but I'm not an XML pro and need a "qualified" answer to give to a client.I was presented a project where they are trying to name the xml tag's with a leading integer "<0abc_..." now I don't know xml but I do know that you can't use integer's as variable names or at least as leading characters variable's etc... so I assume that holds true with xml tags.correct?thanks!

Link to comment
Share on other sites

Yes. Numbers, and special characters(!?,.%) on that matter are not allowed as a starting symbol.In the middle, numbers are allowed but special characters are not allowed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...