Re: DTD and DomParser

2001-08-30 Thread Jason E. Stewart
"Patrick Lok" <[EMAIL PROTECTED]> writes: > At 02:24 AM 8/30/01, you wrote: > > > >Julia Larson wrote: > > > >>Please help a newbie who can't find it in the docs > >>How do I specify a DTD to use with a DomParser instance? > > > > > >Supply a DOCTYPE, e.g. : > > > > > > > > > >... > > > > If t

Re: DTD and DomParser

2001-08-30 Thread Radovan CHYTRACEK
Patrick Lok wrote: > At 02:24 AM 8/30/01, you wrote: > > >> Julia Larson wrote: >> >>> Please help a newbie who can't find it in the docs >>> How do I specify a DTD to use with a DomParser instance? >> >> >> >> Supply a DOCTYPE, e.g. : >> >> >> >> >> ... >> > > > If the DOCTYPE is not i

Re: DTD and DomParser

2001-08-30 Thread Patrick Lok
At 02:24 AM 8/30/01, you wrote: >Julia Larson wrote: > >>Please help a newbie who can't find it in the docs >>How do I specify a DTD to use with a DomParser instance? > > >Supply a DOCTYPE, e.g. : > > > > >... > If the DOCTYPE is not in the document, is there a way to tell the DOMParser to par

Re: DTD and DomParser

2001-08-30 Thread Radovan CHYTRACEK
Julia Larson wrote: > Please help a newbie who can't find it in the docs > > How do I specify a DTD to use with a DomParser instance? Supply a DOCTYPE, e.g. : ... > Where does it look for the dtd? local directory? > Does it need a fully qualified path? You can supply the fully qua

RE: DTD and DomParser

2001-08-29 Thread Vinodkumar S
u can do like this Cheers VInod -Original Message- From: Julia Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 7:22 AM To: '[EMAIL PROTECTED]' Subject: RE: DTD and DomParser Right, of course. But the original question was how to tell the parser where t

Re: DTD and DomParser

2001-08-29 Thread Jason E. Stewart
fy a URL, but use a local file. > > Cheers, > -Julie > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 29, 2001 5:02 PM > To: [EMAIL PROTECTED] > Subject: Re: DTD and DomParser > > > "Juli

RE: DTD and DomParser

2001-08-29 Thread Michael McIntosh
see the DOMParser::setEntityResolver documentation. -Original Message- From: Julia Larson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:52 PM To: '[EMAIL PROTECTED]' Subject: RE: DTD and DomParser Right, of course. But the original question was how to tell t

RE: DTD and DomParser

2001-08-29 Thread Julia Larson
5:02 PM To: [EMAIL PROTECTED] Subject: Re: DTD and DomParser "Julia Larson" <[EMAIL PROTECTED]> writes: > Please help a newbie who can't find it in the docs > > How do I specify a DTD to use with a DomParser instance? > > Where does it look for the dtd?

Re: DTD and DomParser

2001-08-29 Thread Jason E. Stewart
"Julia Larson" <[EMAIL PROTECTED]> writes: > Please help a newbie who can't find it in the docs > > How do I specify a DTD to use with a DomParser instance? > > Where does it look for the dtd? local directory? > Does it need a fully qualified path? You don't. The XML file you are parsing sp

RE: DTD and DomParser

2001-08-29 Thread Julia Larson
cate( strPath.rawBuffer() ) ); Thanks for any comments, especially if there is a better way to use DOMString and get an XMLCh* out of it -Julie -Original Message- From: Julia Larson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 2:38 PM To: '[EMAIL PROTECTED]' Sub

DTD and DomParser

2001-08-29 Thread Julia Larson
Please help a newbie who can't find it in the docs How do I specify a DTD to use with a DomParser instance? Where does it look for the dtd? local directory? Does it need a fully qualified path? Help! Thank you - To unsubsc