CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2002
    Location
    KL- Malaysia
    Posts
    20

    html2xml and vice-versa

    Dear All,
    Any ideas of how convert html to xml and vice-versa using dotnet framework? Any samples in the form components, web services or libs?

    Somebody says using Opensource - [HTML-Tidy] to convert html to xml. But I thought this software is used to clean up not well formed html page. How to use it to do HTML-XML conversion?


    Thank you very much.

    Best Regards,
    The Rockyu

  2. #2
    Join Date
    Jul 2002
    Location
    Don't Know, Don't Care
    Posts
    346
    www.w3schools.com
    look into xsl, but i'm not sure how you would use the .net framework to execute it....i don't think it would be necessary

    as far as html to xml i don't know.

    C G C F A D--Feel the Noise

    "When your life goes nowhere and leads back to me, doesn't that tell you something?"
    ~Gray Area Fury

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured