XMLUnit 1.2

XMLUnit 1.2 Download Summary

  • Language: Java
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: BSD - BSD License
  • Databases: N/A
  • Downloads: 691
  • Released: Jun 12, 2008

XMLUnit 1.2 Description

XMLUnit extends JUnit and NUnit to enable unit testing of XML. It compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.

XMLUnit for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff,Transform,SimpleXpathEngine,Validator,NodeTest) that allow assertions to be made about:
- The differences between two pieces of XML
- The outcome of transforming a piece of XML using XSLT
- The evaluation of an XPath expression on a piece of XML
- The validity of a piece of XML
- Individual nodes in a piece of XML that are exposed by DOM Traversal
XMLUnit for Java can also treat HTML content (even badly-formed HTML) as valid XML to allow these assertions to be made about the content of web pages too.

XMLUnit Bookmark

Hyperlink code:
Hyperlink for Forum code:

XMLUnit 1.2 Script Download Notice

Top 4 Download periodically updates information of XMLUnit 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. XMLUnit 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

XML Lexing

Sometimes you want to work more with the form of an XML document than with the structural information it contains. For instance if you wanted to change a bunch of entity references or element names. Also, sometimes you have slightly incorrect XML that a traditional parser will choke on. In that ...
Python

CS PHP XML

It allows you to read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML. ...

XML PullParser

XML_PullParser moves the API of the PHP XML facility from an event-based model to a token-based model.Instead of processing data passed from the parser to callbacks, scripts work with "tokens", which are arrays representing XML structures. ...

XML as Dictionary

This script uses two simple classes to provide the mechanism for XML conversion. ...
Python

GSA Simple XML Parser

GSA Simple XML Parser is a XML DOM style parser class written in PHP. This class can inport XML data using expat or regex. ...