Wednesday, March 02, 2005

xmllint --shell in Python


After looking at xmllint tool in linux and giving a small introductory talk on it I came to decision to start of its implementation in python that can serve as basic introduction to xml handling in python. For this I used minidom module of python's xml.dom library which is pretty simple to understand for the starters. The program I have desgined will implement very few option of xmllint --shell. This version of python implementation targets python programmer who is unfamiliar with the minidom module of python.

xmlsh.py code follows:
View xmlsh.py

A small example follows that will explain the usage of this tool.
View Usage

Comments: Post a Comment

<< Home

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