html xml extractor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marco

    #1

    html xml extractor

    Hi,

    I am searching for a tool that extract information from a HTLM page
    and format it in xml format

    For instance for this page:
    Women will not save enough money through private pensions to be able to fund their retirement adequately, says a report out today.


    get an xml file
    with a <title> with the title of the article
    with a <text> with the text of the article
    with a <auuthor> with the text of the article

    Do you know such a tool?

    Marco
  • FC

    #2
    Re: html xml extractor


    "Marco" <ver_for@yahoo. it> wrote in message
    news:da63f24c.0 307070232.163e9 fbd@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I am searching for a tool that extract information from a HTLM page
    > and format it in xml format
    >
    > For instance for this page:
    > http://money.guardian.co.uk/pensions...993138,00.html
    >
    > get an xml file
    > with a <title> with the title of the article
    > with a <text> with the text of the article
    > with a <auuthor> with the text of the article
    >
    > Do you know such a tool?
    >
    > Marco[/color]


    There is a tool called HTML tidy, if I am not wrong, it converts from HTML
    into XHTML.
    Everything else is up to you.
    Search using HTML tidy.

    Bye,
    Flavio


    Comment

    Working...