recommendation for html parser library in as3 for flex project

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

Thanks,

Nava


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

Wraper http://motionandcolor.com/wrapper_logo.jpg

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/


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.


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

链接地址: http://www.djcxy.com/p/43594.html

上一篇: 尽可能减少配置文件的数量

下一篇: 对于Flex项目的as3中的html解析器库的建议