I'm generating XML that is to be fetched by an external browser. In the
serialized XML file, I need it to specify a DTD to use.how do I do it? 

I've tried doing

<[CDATA[ 
       <!doctype ...> 
]]>

.and just the doctype by itself (which throws a transform exception).
Any ideas? TIA.

-Zack




---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to