I am using Xalan/Xerces to parse out some data from a web page. The problem is that the web page is not well-formed, and running the Transformer on it produces:
        ERROR:  'Open quote is expected for attribute "href|".'
ERROR: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Open quote is expected for attribute "href|".'
Is there anyway to instruct the Parse/Transformer to ignore such errors?

Reply via email to