Friday, July 01, 2005

XMLMapper Utility

The basic purpose of XMLMapper utility is to enable working with xml files easily using Java's lists and maps. XMLMapper will parse the xml file and creates XMLElement (root) that will contain XMLElements (children) and attributes. The xmlfile is parsed using SAXParser. Using the XMLMapper, I have written few applications like RSSFeedParser and XMLCompare which will show the usage of the utility. You can download the complete source from here .

[UPDATE: Using XMLMapper wrote a application AntReportDiff that will compare the xml report files generated for testsuite when ant is used with juint. You can download it here.To know more about the application please go through README file in it.]

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?