Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Case Insensitive xml parsing

843834May 28 2006 — edited May 29 2006
Hi,

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2006
Added on May 28 2006
3 comments
490 views