On Friday, 11/23/2001 at 11:06 CST, "Mario Rodriguez Villanea" <[EMAIL PROTECTED]> wrote: > Hi people, i want to know whether exists a way to parsing an XML > file....and indicate to the parser that the letter case of > the tags doesn't matter
XML is defined as case-sensitive. You could put your document through a case-standardization filter before passing it to the parser... but I would _stongly_ recommend that you rewrite the document so it's proper XML, since otherwise no other XML tool will handle it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
