I
i_robot73
Pretty new to XML, so forgive my ignorance.
I have a string in a DB
'High warning (red) > 125%, Low warning (red) ≤ 12%, Normal
(green) > 12 to ≤ 110%, and High caution (yellow) > 110 to ≤ 125%'
Where, when serialized to XML
'High warning (red) > 125%, Low warning (red) ≤ 12%, Normal
(green) > 12 to ≤ 110%, and High caution (yellow) > 110to ≤ 125%'
& re-imported into a remote DB, looks like:
'High warning (red) > 125%, Low warning (red) = 12%, Normal
(green) > 12 to = 110%, and High caution (yellow) > 110 to = 125%'
Wondering if there's an easy 'switch' in the writing/reading to keep
correct characters intact.
Thanks again,
David D.
I have a string in a DB
'High warning (red) > 125%, Low warning (red) ≤ 12%, Normal
(green) > 12 to ≤ 110%, and High caution (yellow) > 110 to ≤ 125%'
Where, when serialized to XML
'High warning (red) > 125%, Low warning (red) ≤ 12%, Normal
(green) > 12 to ≤ 110%, and High caution (yellow) > 110to ≤ 125%'
& re-imported into a remote DB, looks like:
'High warning (red) > 125%, Low warning (red) = 12%, Normal
(green) > 12 to = 110%, and High caution (yellow) > 110 to = 125%'
Wondering if there's an easy 'switch' in the writing/reading to keep
correct characters intact.
Thanks again,
David D.