search for: abdec

Displaying 1 result from an estimated 1 matches for "abdec".

Did you mean: abdel
2007 Sep 04
1
SOLVED: importing huge XML-Files -- new problem: special characters
...hter in my XML-File, e.g. umlauts or ? or ? - but no matter how I encode my XML (UTF or ISO) or I escape these characters xmlEventParse always stops parsing after the first umlaut and pretends to have more than one node even if there is really just one! Example: <locations>abc ab?cd abdec</locations> causes two events for locations and produces output in the form of: [,1] [,2] [,3] [1,] abc [2,] ab?cd abdec Should it be like that? If I remove the umlauts, than everything is fine! If I do the following: <locations>?abc ab?cd abdec</locations> the output is...