xsl-list
[Top] [All Lists]

RE: pass malformed HTML through the parser?

2003-08-13 07:23:11
Two possibilities:

1. Since this sounds like a one time problem, do it with some 
other language.

2. If you have an XSLT 2.0 processor (Saxon) you might try 
the unparsed-text() function, which will read your page into 
a text string without parsing it.  Then you can wrap it and 
write it out.

Let me add another:

3. Use HTML Tidy to clean up the HTML into valid XHTML. This has worked well
for me.


-- 
Mark Thomas                    Thomas(_dot_)Mark(_at_)bls(_dot_)gov
Internet Systems Architect     User Technology Associates, Inc.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list