0 votes
in XML by
What are XML naming rules?

1 Answer

0 votes
by

Naming rules are:

1) Element names must start with a letter or underscore.

2) Element names are case sensitive.

3) Element names cannot start with the letters XML.

4) Element names can contain letters, digits, hyphens, underscore, and periods.

5) Element names cannot contain spaces.

...