vote up 5 vote down star
2

Hi,

Can somebody recommend a simple html parsing library, written in as3 for a flex project?

Thanks,

Nava

flag

78% accept rate

3 Answers

vote up 0 vote down

Hi Nava. If Google is unable to locate such a parsing library for you, then you may have to offload HTML parsing to an external application. If you are using PHP, then I highly recommend Simple HTML DOM. If you are using Ruby, then I recommend hpricot.

Parsing on the clint-side is an interesting idea, since parsing is often computationally intensive.

link|flag
hpricot points to the same link as Simple HTML DOM. – Nava Carmon Nov 8 at 19:43
Sorry about that. Fixed: github.com/whymirror/hpricot – jkndrkn Nov 8 at 21:00
vote up -1 vote down

If you need to parse an html file which essentially is a xml file you could use ascorelib which is an opensource actionscript library. Examples of using he library are found here http://code.google.com/p/as3corelib/wiki/Resources

link|flag
An xml parser would fail on most real world HTMLs. – bug-a-lot Nov 9 at 10:05
vote up 2 vote down

Best one and specified for HTML and CSS is Cross-browser compliant HTML/CSS rendering engine written in ActionScript, open source

Wraper

http://code.google.com/p/htmlwrapper/

Thay have Word Press

Tutorials, AS3, Flex MXML samples =)


BTW thare is cool AS2 wraper http://code.google.com/p/flashml/

link|flag
Looks interesting. – bug-a-lot Nov 9 at 10:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.