That's a better question for the XML-DEV list than here... but your two
choices are:
1) Prefix your numeric identifiers with a letter, to make them valid XML
names and thus usable as IDs.
2) Don't make them IDs, give up the assistance from the parser, and have
your application take responsibility for searching for them, determining
that they're unique, and so on.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]