Case-insensitive XML Parsing

C. R. Sandeep sandeep at octetsoft.com
Mon Aug 5 07:52:31 EDT 2002


Hi,

     I am using the xml.dom.minidom module to do some XML parsing. Is
there any way I can set an option to do case-insensitive parsing? I
have a lot of files with inconsistent tag names and I need to parse
them in Python. I checked the Python Global Module Reference but
couldn't find any relevant information. Also, I do not want to use
xmllib at this time (which, I think, supports case-insensitive parsing
- not sure of this though).

     Thanks in advance,

Sandeep.



More information about the Python-list mailing list