Hi Michael,

Michael Ryan Bannon schrieb:
> 
> Hello,
> 
> Kinda of a newbie here...
> OK, here's the story.  I've got an XML document with the bullet character
> "·" (Microsoft?).  I try running it rhough the DOMParser and it gives
              ^^^^^^^^^
No, HTML 4 Latin 1 characters

> me a run-time error saying I must have a </blah> tag here...yada yada.  I know
> (from testing) that this character is breaking the parser.
> 
> Is there any way to solve this?  Can Xerces be set so it ignores unknown
> characters, or can the parser have different character sets loaded?

If this entity is not defined in some way (<!ENTITY middot "&#183;") why
should a parser know what this entity stand for?
-- 
Johannes Koch  . IT Developer
Pixelpark AG   . http://www.pixelpark.com
Rotherstra�e 8 . 10553 Berlin  .  Germany
phone: +49 30 5058 - 1288  .  fax: - 1355

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

Reply via email to