So I have Html like this http://trac.edgewall.org/wiki/RecentChanges (I want to create some Flash Track reader which will be opens开发者_运维百科ource)
I need to list in my DataGrid Index of all viki pages in form like
+-----------+--------+
|page name |page url|
+-----------+--------+
| name | url |
+-----------+--------+
Usually you'd need some API to call instead of getting html page itself. Eclipse trac plugins are using http://trac-hacks.org/wiki/XmlRpcPlugin. Here's simple example how you'd do it on flex side:
http://jonniespratley.com/2008/10/02/adobe-flex-using-xml-rpc/
http://code.google.com/p/as3-rpclib/wiki/Resources
Cheers
精彩评论