<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Decode XML Characters (numeric) in Strings]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">i want to decode the following string Photo's to Photo's. Is there a function in qt5.4?</p>
<p dir="auto">Greets</p>
]]></description><link>https://forum.qt.io/topic/54751/decode-xml-characters-numeric-in-strings</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 17:39:27 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/54751.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 30 May 2015 15:57:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Decode XML Characters (numeric) in Strings on Mon, 08 Jun 2015 14:51:46 GMT]]></title><description><![CDATA[<p dir="auto">If you aren't dealing with a complete XML document and don't want to use QXmlStreamReader and Writer you can just do <code>QString("My string with Photo&amp;#039;s").replace("&amp;#039", "'")</code> to replace the entity with the actual character.</p>
]]></description><link>https://forum.qt.io/post/277163</link><guid isPermaLink="true">https://forum.qt.io/post/277163</guid><dc:creator><![CDATA[Huulivoide]]></dc:creator><pubDate>Mon, 08 Jun 2015 14:51:46 GMT</pubDate></item><item><title><![CDATA[Reply to Decode XML Characters (numeric) in Strings on Sun, 07 Jun 2015 17:46:14 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, i inserted the tags pre and code. The Forum says it supports Markdown. Apparently not. I have only the string <code>Photo&amp;#039;s</code> and want to "convert" it to Photo's.</p>
]]></description><link>https://forum.qt.io/post/277058</link><guid isPermaLink="true">https://forum.qt.io/post/277058</guid><dc:creator><![CDATA[Maptuzu]]></dc:creator><pubDate>Sun, 07 Jun 2015 17:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to Decode XML Characters (numeric) in Strings on Sat, 30 May 2015 19:41:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">to read XML strings the suggested way is to use <code>QXmlStreamReader</code>.</p>
<p dir="auto"><em>P.S.</em> To write raw text you can include it in `&lt;TEXT&gt;`; <code>&lt;pre&gt;&lt;code&gt;AAA &amp;#309;s&lt;/code&gt;&lt;/pre&gt;</code></p>
]]></description><link>https://forum.qt.io/post/276085</link><guid isPermaLink="true">https://forum.qt.io/post/276085</guid><dc:creator><![CDATA[mcosta]]></dc:creator><pubDate>Sat, 30 May 2015 19:41:04 GMT</pubDate></item><item><title><![CDATA[Reply to Decode XML Characters (numeric) in Strings on Sat, 30 May 2015 17:38:33 GMT]]></title><description><![CDATA[<p dir="auto">Damn it. Seems the Forum converted it. I meant this: &lt;pre&gt;&lt;code&gt;Photo &amp; # 0 3 9 ; s&lt;/code&gt;&lt;/pre&gt;</p>
<p dir="auto">P.S. How is the syntax for code or raw text?</p>
]]></description><link>https://forum.qt.io/post/276083</link><guid isPermaLink="true">https://forum.qt.io/post/276083</guid><dc:creator><![CDATA[Maptuzu]]></dc:creator><pubDate>Sat, 30 May 2015 17:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Decode XML Characters (numeric) in Strings on Sat, 30 May 2015 16:02:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">what do you mean?<br />
The two strings are the same.</p>
]]></description><link>https://forum.qt.io/post/276073</link><guid isPermaLink="true">https://forum.qt.io/post/276073</guid><dc:creator><![CDATA[mcosta]]></dc:creator><pubDate>Sat, 30 May 2015 16:02:02 GMT</pubDate></item></channel></rss>