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. :
>
><?xml version="1.0" encoding="UTF-8"?>
><!DOCTYPE myroot SYSTEM "myschema.dtd">
><myroot>
>...
></myroot>

If the DOCTYPE is not in the document, is there a way to tell the DOMParser 
to parse some dtd file before parsing the actual file?


Thanks,
Patrick


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to