Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

xmllite is unable to write an escaped backspace character

$
0
0
       

I am using xmllite to write xml in the form of a DataSet
The data contains a backspace character
If I write it with DataSet->WriteXml(), it writes this
    <VALUE>DEFAULT@/Default/&#x8;/Default=2/</VALUE>

When I write it using xmlLite, I am escaping it this way
        case '\b':  StrCatW(m_unicodeBuff, L"&#x8;");       break;

the xml written by xmllite is this
        <VALUE>DEFAULT@/Default/&amp;/Default=2/</VALUE>

how can I get xmllite to encode the backspace character?



Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>