Link to aspx

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.
I have a .ASPX page that contains information that i need. What i'd like to
do is to create a table with the information contained on that page.

Is it possible to link or import information contained on a .ASPX page ?

Thanks

Luís
 
Is it possible to link or import information contained on a .ASPX page ?

If it's really well-written xml, then it's probably possible to de-
serialise it -- I'd guess it's easier using the dotNet framework classes
than Access but perhaps the new versions will be kinder.

If it's the kind of html rubbish that often comes from content management
systems, then you're probably writing your own scraper with a bunch of
regular expressions.

Hope that helps


Tim F
 
Back
Top