RE: HTML in XML -- What to do?

Subject: RE: HTML in XML -- What to do?
From: "Hardage-Vergeer, Lani" <lani -dot- hardage -dot- vergeer -at- documentum -dot- com>
To: TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Sun, 23 Jan 2000 21:11:17 -0800

If you want to pass your HTML through a program that makes it acceptable to
an XML parser, try HTML Tidy by Dave Raggett, the W3C lead for HTML, math,
and Voice browsers. He describes the XML-cleanup features as follows: XML
processors compliant with W3C's XML 1.0 recommendation are very picky about
which files they will accept. Tidy can help you to fix errors that cause
your XML files to be rejected. Tidy doesn't yet recognize all XML features
though, e.g. it doesn't understand CDATA sections or DTD subsets.

http://www.w3.org/People/Raggett/tidy/#download

HTML Tidy also cleans up your HTML for its own sake: picks up missing or
mismatched end tags, end tags in the wrong order, fixes heading problems,
fixes tag and ruler mixups, adds missing slashes in anchors, fixes lists,
puts quotes around attributes, reports proprietary or unknown attributes
(such as a misspelled attribute), and cleans empty tags generated by some
editors such as Microsoft Word (save as HTML). It has options for layout
(indentation) style, accessibility changes, and internationalization
encodings.

Oh, and it's free.

HTH,
Lani Hardage-Vergeer
Senior technical writer
Documentum, Inc.

-----Original Message-----
From: Miller, Lisa [mailto:Lisa -dot- Miller -at- Anheuser-Busch -dot- com]

I'm prototyping XML output from a database. The information in the database
contains HTML tagging; therefore the generated XML also contains HTML
tagging.
I get an IE5 error that my tags aren't closed. Specifically, I am using
list
tagging (<UL></UL>,<OL></OL>, <LI>) in the database. Does anyone know how
to
get the XSL parser to handle the HTML in the XML? ...




Previous by Author: RE: Forced to read the manual/re: FrameMaker
Next by Author: RE: hyperlinks in printed documents
Previous by Thread: RE: HTML in XML -- What to do?
Next by Thread: Re: HTML in XML -- What to do?


What this post helpful? Share it with friends and colleagues:


Sponsored Ads