Quantcast
Channel: Topic Tag: xml | WordPress.org
Viewing all articles
Browse latest Browse all 3201

Incorrect view of price which include space in xml

$
0
0

Hello, could you advise – I have an XML file with some elements, and some of them have a price which included a space – like “1 200”. And after import, the plugin transform it to the “10200″.
I already try to use snippet [[str_replace(” “,””,{./@Price})] but it not helps.
For some reason, the encoding of my XML file is iso-8859-1, if it matters.

Could you suggest – how can I fix this issue?


Viewing all articles
Browse latest Browse all 3201