Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] error I can't explain...

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Luca Passani <passani AT eunet.no>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] error I can't explain...
  • Date: Sat, 21 May 2005 17:09:22 +0200


This is all very nice, but how do I solve my problem in practice? is there a way to recognize the char if I loop through
each char in the file and replace/remove the offending beast?

Thanks

Luca


John Cowan wrote:

Michael Kay scripsit:


2C6 is a non-spacing circumflex,


In fact it's a small spacing circumflex. The non-spacing (combining)
circumflex is U+0302, which is a legal XML 1.0 character.


and it isn't allowed as a name character in
XML 1.0, though it is allowed in XML 1.1.


It was incorrectly classified as a symbol modifier rather than a modifier
letter in Unicode 2.0, so it was excluded from XML 1.0. The classification
was corrected in Unicode 4.0.


The question is, were you trying to get a non-spacing circumflex into a
name, or is this some random noise caused by misrecognizing the encoding of
your input file?


Quite so.







Archive powered by MHonArc 2.6.24.

Top of Page