RE: [xml-dev] Control characters in node value

From
Michael Kay <>
To
'Deepali Mendhekar' <>,
Date
2001-11-09T12:56:25
ID
<002601c1691d$f20b27f0$26816bd5@pcukmka>
Thread
RE: [xml-dev] Control characters in node value
> I am using IBM's XML4J parser. I need to parse certain XML that is of
> the following form.
>
> <?xml version="1.0"?>
> <A>
>  <B>#java.sql.SQLException:
> oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
>  </B>
> </A>
>
This isn't XML, so you can't parse it. An XML parser will throw an error
saying that the <init> start tag has no matching end tag.

Mike Kay