York
Member since Jun 13, 2013
- Profile: /members/10973-york.htm
- URL: http://NA
- Comments: 1
Recent Blog Comments By York
-
ColdFusion 10 - Parsing Dirty HTML Into Valid XML Documents
Posted on Jun 13, 2013 at 9:32 PM
Hi Ben - you code works in CF10 Ent with a slight update to the line: var saxDomBuilder = createObject( "java", "com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM" ).init(); Edit this to read ...init(true); What I found with TagSoup is it fails when the DOM element has an ID... read more »