[Home] [By Thread] [By Date] [Recent Entries]


> 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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member