Re: 2 questions about parsing

2001-07-03 Thread Tinny Ng
. > > If anyone knows a cleaner way please say as I would like to know as well. > > Chris Prior > > -Original Message- > From: Christoffer Dam Bruun [mailto:[EMAIL PROTECTED]] > Sent: 26 June 2001 10:40 > To: '[EMAIL PROTECTED]' > Subject: RE: 2 que

RE: 2 questions about parsing

2001-06-26 Thread Prior, Chris
t: 26 June 2001 10:40 To: '[EMAIL PROTECTED]' Subject: RE: 2 questions about parsing I am in exactly the same situation: We are making a "gate-keeper" program that must validate all data against a previously agreed upon schema. If you come up with an idea, please let us know.

RE: 2 questions about parsing

2001-06-26 Thread Christoffer Dam Bruun
OTECTED]] > Sent: 26. juni 2001 10:58 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: 2 questions about parsing > > > At 14.58 25/06/01 -0700, [EMAIL PROTECTED] wrote: > > >More details on second question... > > > >I will be provided with a

Re: 2 questions about parsing

2001-06-26 Thread Alberto Massari
At 14.58 25/06/01 -0700, [EMAIL PROTECTED] wrote: >More details on second question... > >I will be provided with an XML file from another party. We will agree on >the DTD beforehand, of course. But they could send me a file which a >modified DTD and the XML data in the rest of the file could ma

Re: 2 questions about parsing

2001-06-25 Thread Houman . Azarm
] cc: 06/23/01 07:42 Subject: Re: 2 questions about parsing AM

Re: 2 questions about parsing

2001-06-23 Thread David_N_Bertoni
Houman.Azarm@ wink.com To: [EMAIL PROTECTED] cc: (bcc: David N Bertoni/CAM/Lotus) 06/22/2001 Subject:

2 questions about parsing

2001-06-22 Thread Houman . Azarm
If an XML file contains the DOCTYPE element with a DTD, the parser will automatically validate its format. This is pretty cool. How do I make it so this validation is case insensitive in regards to element names? What is the easiest way to read a DTD from one file and validate another XML file