C. R. Sandeep
2002-08-05 11:52:31 UTC
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.
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.