How to set HTML list as mx:DataGrid data provider?
        Posted  
        
            by Ole Jak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ole Jak
        
        
        
        Published on 2010-03-19T17:24:55Z
        Indexed on 
            2010/03/19
            17:41 UTC
        
        
        Read the original article
        Hit count: 261
        
So I have Html like this http://trac.edgewall.org/wiki/RecentChanges (I want to create some Flash Track reader which will be opensource)
I need to list in my DataGrid Index of all viki pages in form like
     +-----------+--------+
     |page name  |page url|   
     +-----------+--------+
     | name      | url    |
     +-----------+--------+
© Stack Overflow or respective owner