I am trying to set the DTD and encoding on serialization.
I coded the following in the pipeline:
<map:serialize type="html">
<doctype-public>-//W3C//DTD HTML 4.01//EN</doctype-public>
<doctype-system>"http://www.w3.org/TR/html4/strict.dtd"</doctype-system>
<encoding>UTF-8</encoding>
</map:serialize>
yet I still get Transitional DTD and latin-1 meta tag. What am I doing wrong?
--
Colin Paul Adams
Preston Lancashire
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]