Configure doctype

To be able to deliver valid xml documents, it might be necessary adding a DTD to the XML file. This is only supported on HTTP GET.

The location of the style sheet is configured by adding the doctype property to /com/escenic/newsgate/Zipper. The value of this property will be added to the doctype statement in the xml file.

Example:

docType=file://localhost/usr/local/engine/dtd/system.dtd
docType=<!DOCTYPE io [
<!ENTITY % xhtml-lat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-lat1.ent">
<!ENTITY % xhtml-special PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
"http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-special.ent">
%xhtml-lat1;
%xhtml-special;
]>