Re: Basic XSL HTML-> XML query
[email protected] Sat, 7 Jan 2012 21:18:30 -0500
| Newsgroups | gmane.text.xml.xalan.java.user |
|---|---|
| Message-ID | <OF9983AC2E.3F78A7BC-ON8525797F.000C5260-8525797F.000CAE42@lotus.com> |
This is a multipart message in MIME format. --=_alternative 000CAD7C8525797F_= Content-Type: text/plain; charset="US-ASCII" The problem is, HTML is not an XML-based language, so unless you've deliberately written your input document as XHTML, odds are that no XML parser will accept it. There are HTML parsers available which produce SAX or DOM (XML) output. You could get one of those, use it to read the input document, and route its output to Xalan for processing. Or you could look for a tool which rewrites HTML as XHTML. I believe the W3C's "tidy" tool can be configured to do that. Then you'd run the resulting XHTML document (which _is_ XML) through Xalan. ______________________________________ "You build world of steel and stone I build worlds of words alone Skilled tradespeople, long years taught: You shape matter; I shape thought." (http://www.songworm.com/lyrics/songworm-parody/ShapesofShadow.html) --=_alternative 000CAD7C8525797F_= Content-Type: text/html; charset="US-ASCII" <font size=2 face="sans-serif">The problem is, HTML is not an XML-based language, so unless you've deliberately written your input document as XHTML, odds are that no XML parser will accept it.<br> <br> There are HTML parsers available which produce SAX or DOM (XML) output. You could get one of those, use it to read the input document, and route its output to Xalan for processing.<br> <br> Or you could look for a tool which rewrites HTML as XHTML. I believe the W3C's "tidy" tool can be configured to do that. Then you'd run the resulting XHTML document (which _is_ XML) through Xalan.</font> <br><font size=2 face="sans-serif"><br> <br> ______________________________________<br> "You build world of steel and stone</font> <br><font size=2 face="sans-serif">I build worlds of words alone</font> <br><font size=2 face="sans-serif">Skilled tradespeople, long years taught:</font> <br><font size=2 face="sans-serif">You shape matter; I shape thought."</font> <br><font size=2 face="sans-serif">(</font><a href="http://www.songworm.com/lyrics/songworm-parody/ShapesofShadow.html"><font size=2 face="sans-serif">http://www.songworm.com/lyrics/songworm-parody/ShapesofShadow.html</font></a><font size=2 face="sans-serif">)</font> --=_alternative 000CAD7C8525797F_=--