Found the problem!
There was a bug in JSimpleXML php parser included in the ubercart package. I guess that some characters(in my case was ‘-’) isn’t supported by the parser. I investigate……
D.

There was a bug in JSimpleXML php parser included in the ubercart package. I guess that some characters(in my case was ‘-’) isn’t supported by the parser. I investigate……
D.
I searched the source code, isn’t a bug of JSimpleXML but the character set used(utf-8 hasn’t problems!)