H. Turgut Uyar wrote: > > - The pythonpoint xml has some environments (like pycode, for instance) > where the white space has to be preserved. When I produce the file in > XXE, white space seems to be preserved but when I reload the file > white spaces go away. I couldn't find any documentation about this. > Could you help me solve it?
See http://www.xmlmind.com/xmleditor/faq.html#pre > - I'd like to use XXE on Linux and be able to input Turkish characters. > This works fine in XXE/Windows. And when I open a file which does > contain Turkish characters on XXE/Linux I can see the Turkish > character but when I tried to insert one using the keyboard it doesn't > work. I can insert them using the Characters tab in XXE, though. Is > this related to XXE or Java? I think this is related to Java. It should be solved if you set the locale of your Linux to turkish. The same problem occured to a spanish user which solved this by exporting the LANG environment variable. export LANG=es_ES.ISO8859-1 Please try to do something similar to this but with a turkish locale, of course.

