[TYPO3-core] RFC: fix XML prologue and DOCTYPE issue

Martin Kutschker Martin.Kutschker at blackbox.net
Sun Feb 26 19:14:54 CET 2006


Michael Stucki <michael at typo3.org> writes on 
Sun, 26 Feb 2006 17:02:55 +0100 (MET):

> Hi Martin,
> 
> reading your description makes me think that the the documentation
> needs to be changed...(?)


xmlprologue

If empty (not set) then the default XML 1.0 prologue is set, when the doctype is set to a known keyword (eg xhtml_11):

<?xml version="1.0" encoding="[config.renderCharset]">

If set two one of the know keywords then a standard prologue will be set:

xml_10 XML 1.0 prologue (see above)
xml_11 XML 1.1 prologue

Any other string is used as the XML prologue itself.

Masi




More information about the TYPO3-team-core mailing list