[
Lists Home |
Date Index |
Thread Index
]
David,
Thanks for your help -- the documentation I was looking at was http://xml.apache.org/xerces-j/apiDocs/. I'll look at
saxproject.org next time.
- Mark
-----Original Message-----
From: David Brownell [mailto:david-b@pacbell.net]
Sent: Saturday, January 19, 2002 1:14 PM
To: Risman, Mark; xml-dev@lists.xml.org
Subject: Re: [xml-dev] entity references for special characters and the
Sax parser
> If I call this with a file that has an ampersand in it (e.g. &), the
> rest of the text within that value on either side of the special character
> will be cut off (I verified this by seeing what appears in the
> "characters" method). Has anyone else observed this behavior?
http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html
clearly documents that such behavior is allowed, so
your application code must expect it. It's also tip #2 in
http://www.xml.com/pub/a/2001/12/05/sax2.html
which uses an example that's almost identical with
the one in your question ... :)
- Dave
Visit our website at http://www.ubswarburg.com
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.
|