"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 specifies using the DOCTYPE,
either with PUBLIC or SYSTEM. Then it is up to an entity resolver to
find it and give it to the parser.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]