Case Insensitive xml parsing
843834May 28 2006 — edited May 29 2006Hi,
Is it possible to parse an xml ignoring the case. for eg:
<Name> TIM </name> should be successfully parsed.
and also
<NAME> TOM</NAME> and <name> TAN</name> should all be parsed
for the tag "name". I want to implement it using DOM archeitecture(Document BuilderFactory). Could someone let me know how this can be implemented?