[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX2 fatal error in Xerces-J-1.1.1

  • From: Francis Norton <francis@r...>
  • To: mr_gopinath@y...
  • Date: Wed, 28 Jun 2000 19:37:12 +0100

Re: SAX2 fatal error in Xerces-J-1.1.1


Gopinath wrote:
> 
>         Thanks for ur kind reply. Let me put the question other way.
>         How to convert the HTML tag <table border> .... </table> to XHTML
> format <table border="yes">...</table> using SAX events??
> The SAX errors doesn't give much information about where the exact error
> is.  If the SAX error points that
>         'table' attribute 'border' expects '=' character.
> then I can probably add default value to 'table' element in destination
> document.  Regarding other attributes(if any) which are according to XML
> syntax (attName="attValue") should be given in startElement() event
> (since the feature 'continue-on-fatal-error' is set to true).
> 
> Is it possible to do this??

It sounds like you have some HTML input (which is not XML) and you are
trying to process it as XML in order to turn it into XHTML (which is
XML).

If this is the case, then the good news is that there is a utility on
the W3C site called tidy (http://www.w3.org/People/Raggett/tidy/) which
is designed to clean up HTML and turn it into XML.

If your input isn't HTML, and it certainly isn't well-formed XML (and I
don't think it's SGML - any confirmations?) then there's no point trying
to use an XML parser on it. You may be better off cleaning it up in Perl
or some other text processing tool.

Francis.
-- 
Francis Norton.

Defy Convention? Deify Convention!

***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.