Technique/class to clean invalid XML in AS3/Flex 4?
Posted
by Quentin
on Stack Overflow
See other posts from Stack Overflow
or by Quentin
Published on 2010-04-07T21:19:06Z
Indexed on
2010/04/07
21:23 UTC
Read the original article
Hit count: 478
I'm looking for a way to load invalid (malformed) XML into an AS3 XML object. Do you know a class or a technique to do so? I have to load malformed HTML and parse it as XML.
This is a Flex project so I can use Flex specific classes if needed!
I thought of using the HTMLLoader since it accepts all kinds of malformed HTML and renders it properly but couldn't get anything to work...
© Stack Overflow or respective owner