No, but there are various html 'tidying' tools that you could use to preparse the html before passing to the transformer.
Michael Bauer <[EMAIL PROTECTED]> 08/21/2007 09:33 AM To xalan-j-users@xml.apache.org cc Subject Ignoring errors 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?