sushil kumar wrote:
I am not able to parse following xml using xerces 2.7. Can anybody tell me that surrogate chars are allowed in XML tag names or not?
The grammar for XML 1.0 names is here:

http://www.w3.org/TR/REC-xml/#NT-Name

XML 1.1 is here:

http://www.w3.org/TR/2004/REC-xml11-20040204/#NT-Name

You didn't specify the error message you got from Xerces-C, but I suspect the parser is correct, and your document is not well-formed.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to