Hi-
FCKEditor stores HTML in the content repository. If you need to export another
format you'll have to convert the content accordingly.
ü is an entity defined by the HTML spec [1], as is , so FCKEdit does
nothing wrong here.
If you need to export RSS you might want to check the RSS specs [2, 3, 4, 5, 6] as to how to encode your data correctly.
Greetings,
-markus
[1] http://www.w3.org/TR/xhtml1/
[2] http://my.netscape.com/publish/formats/rss-spec-0.91.html
[3] http://backend.userland.com/rss091
[4] http://backend.userland.com/rss092
[5] http://web.resource.org/rss/1.0/spec
[6] http://blogs.law.harvard.edu/tech/rss
Tom Wespi (JIRA) wrote:
[ http://jira.magnolia.info/browse/MAGNOLIA-763?page=comments#action_11756 ]
Tom Wespi commented on MAGNOLIA-763:
------------------------------------
i'll try to output rss xml which doen't allow any '&'
in magnolia only FCKeditor change a ü to a ü
so what do to with FCKeditor content?
FCKeditor added '&' to the code
-------------------------------
Key: MAGNOLIA-763
URL: http://jira.magnolia.info/browse/MAGNOLIA-763
Project: magnolia
Type: Bug
Versions: 3.0 RC1, 2.1.5
Environment: win xp 2.1.5
Reporter: Tom Wespi
Assignee: Fabrizio Giustina
FCKeditor added s to the code, which made our XML parser on the server
choke and lead to the now well-known errors.
XML-Verarbeitungsfehler: Undefinierte Entität
Adresse:
http://localhost:8080/standard-clean/esense/de/magnolia/wie-funktioniert-magnolia/inhalte-verwalten/mit-paragraphen.rss
Zeile Nr. 6, Spalte 15:<description>Fügen Sie ein Email
--------------------------------------------------^
--
Markus Strickler
http://www.braindump.ms/markus/
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------