HTML or XML diff/merge

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

    #1

    HTML or XML diff/merge

    hi,

    I am looking for a library (i.e. not a standalone GUI program) that can do
    diff and merge of HTML or XML, preferably in C# or at least that can be
    called from C#

    anyone know of such a thing

    TIA

    Andy


  • Phlip

    #2
    Re: HTML or XML diff/merge

    Andy Fish wrote:
    I am looking for a library (i.e. not a standalone GUI program) that can do
    diff and merge of HTML or XML, preferably in C# or at least that can be
    called from C#
    >
    anyone know of such a thing
    XSL (or XSLT) can diff and merge XHTML and XML. El Goog will find you
    scripts to do each.

    And note that XHTML is very good for your project, and easy to unit test.
    (You do _have_ unit tests, don't you?) But note that web browsers typically
    only support Transitional XHTML, and some XML tools _don't_ support it. This
    paper explores some problems peripheral to your situation:

    http://www.oreillynet.com/onlamp/blo...hpricot_1.html

    --
    Phlip
    http://www.oreilly.com/catalog/9780596510657/
    "Test Driven Ajax (on Rails)"
    assert_xpath, assert_javascri pt, & assert_ajax


    Comment

    Working...