OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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