HTML comparing tools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • anilby@gmail.com

    HTML comparing tools

    Hi,

    Could anyone tell me which are all the BEST HTML difference finding
    tools
    available. I mean the visual difference and give a report file either
    in text or HTML format. I used DiffDoc(Sharewa re) tool from
    SoftInterface.I nc,
    but this tool is not providing me the proper output.
    (PS: The inputs that I have are 2 HTML pages with some differences
    like:
    old one has : Edit box
    new one has : DropDown or Combo Box in place of the above edit box

    old one has :some URL(link)
    new one has: the link is deleted

    old one has : A button with Edit caption on it
    new one has : The above button with Modify caption on it
    ....and so on)

    Thanks in advance,
    Anil.

  • saqib  ali

    #2
    Re: HTML comparing tools

    Hello,

    There used to a diff tool for XML that ran on Windows. It was pretty
    good. But I can't remember the name right now.

    Here is another one that is pretty good as well.



    In Peace,
    Saqib Ali
    http://validate.sf.net (Online XML/HTML Validator)



    anilby@gmail.co m wrote:[color=blue]
    > Hi,
    >
    > Could anyone tell me which are all the BEST HTML difference finding
    > tools[/color]

    Comment

    • anilby@gmail.com

      #3
      Re: HTML comparing tools

      Hi Saqib,

      I was looking for HTMl diff tool. The one you mentioned is a XMl diff
      tool.
      The home page http://www.logilab.org/projects/xmldiff/project_view
      says:

      Category: XML
      License: GPL
      Language: Python
      XMLdiff is a python tool that figures out the differences between two
      similar XML files, in the same way the diff utility does it for text
      files. It was developed for the Narval project and could also be used
      as a library or as a command line tool. It can work either with XML
      files or DOM trees

      Comment

      • saqib  ali

        #4
        Re: HTML comparing tools

        HTML is just a DTD (Document Type Definition) that conforms to XML
        standards.

        In Peace,
        Saqib Ali


        Comment

        • Harlan Messinger

          #5
          Re: HTML comparing tools


          "saqib ali" <rumionfire@gma il.com> wrote in message
          news:1104247646 .779681.248130@ f14g2000cwb.goo glegroups.com.. .[color=blue]
          > HTML is just a DTD (Document Type Definition) that conforms to XML
          > standards.[/color]

          HTML isn't a DTD. It is a language that conforms *to* a DTD--an SGML DTD.
          HTML (other than XHTML) doesn't conform to XML rules, and will choke an
          application that requires valid XML as input.

          Comment

          • anilby@gmail.com

            #6
            Re: HTML comparing tools

            Could you suggest any other tool.

            Comment

            Working...