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


On 01/11/09 3:22 PM, "Ronald Bourret" <rpbourret@r...> wrote:
> To fix this, whoever constructs the XML needs to use references to the
> lt and gt entities instead of the < and > characters. For example:
> 
> <?xml version="1.0"?>
> <A>
> <B>#java.sql.SQLException:
> oracle.jdbc.driver.OracleConnection.&lt;init&gt;(OracleConnection.java)
> </B>
> </A>
> 
> -- Ron

Or this, which is occasionally easier:

<?xml version="1.0"?>
<A>
<B><![CDATA[#java.sql.SQLException:
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
]]></B>
</A>


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