Jump to content

HTML Reader

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
xsonny

xsonny

    Newbie

  • Members
  • Pip
  • 8 posts
Is there a class that can read through an HTML output that has been formatted into a string?

I can not seem to find the right 1...I will keep searching though.

#2
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
If you already have a string what is there to figure out?

#3
xsonny

xsonny

    Newbie

  • Members
  • Pip
  • 8 posts
ya i originally wanted something that could read inside the tags
but then it did dawn on me that i had a string and i just parsed it >.<

thx tho

#4
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
I could understand not wanting to go down the road of parsing strings....
I know there it a lot of support for XML parsing, not sure about HTML though