Hi,
Does anyone know of an utf-8 compliant tool to manage xindice?
i just tried Atrezzo/eclipse.... it looked nice and then i inserted an xsl
file with some german umlaute like ä or "�". I had the following
doctype definition within.
<!DOCTYPE xsl:stylesheet [
<!ENTITY nl " ">
<!ENTITY nbsp " ">
<!ENTITY auml "ä">
<!ENTITY ouml "ö">
<!ENTITY uuml "ü">
<!ENTITY amp "&">
]>
everything worked fine, it was saved and when i retrieved it all ä
where replaced by the german character "�" so i think "�" is part of utf-8.
but when i wanna save this file again. all "�" are being replaced by "?".
The doctype definition isn't in the document too after saving.
I can't believe if xindice gives me a document, i can't save it again. there
has to be a bug. or atrezzo is non utf-8 compliant editor, but i saw this
behavior with my own editor which is working ofer xmlrpc and php.
Please i'm so desperate, is there any bugfix for xindice or can anyone tell
me where i can fix it myself?
mfg stefan