[TYPO3] Typo3 as CMS for a full-flash website - the best practices

Bartosz Aninowski bart at sonik.pl
Tue Jun 6 14:35:36 CEST 2006


>> try 'XML for Flash'
>> Pagetype 444 is showing you the XML contents of your normal BE column.
>
> Thank you Andreas, I'll try it.
> However, description says: Exports XML with encoding ISO-8859-1.
> Have you tried to make it working with UTF-8?

You can change it as you wish
Check out this example


xml_contentrendering >
xml_contentrendering = PAGE
xml_contentrendering {
typeNum=999
config.disableAllHeaderCode = 1
config.metaCharset = utf-8
config.additionalHeaders = Content-type:text/xml
config.admPanel = 0
config.xhtml_cleaning = 0
10 = TEXT
10.value = <?xml version="1.0" encoding="utf-8" standalone="yes"?>
20 < temp.content.get
}

This is diifferent extension but behavior is simillar. 





More information about the TYPO3-english mailing list