0
votes

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...

1
OK, so I found a way to do that, still experimental and CPU intensive but looking good, though. I'll post details and source when fully functionnal. Note: Highly inspired by code.google.com/p/htmlscout - Quentin

1 Answers

0
votes