Hi,

I have a "test.xml" file which contains a DTD declaration :
<!DOCTYPE root SYSTEM "test.dtd">

When I retrieve it with the following simple pipeline

    <map:match pattern="test">
      <map:generate src="test.xml"/>
      <map:serialize type="xml"/>
    </map:match>

the DTD declaration disappears.

Is there a way to configure the generator or the serializer so that I can
get it back ?


Matthieu


---------------------------------------------------------------------
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