Tagged Questions

3
votes
1answer
123 views

Which are the HTML, and XML, special characters?

What are the special reserved character entities in HTML and in XML? The information that i have says: HTML: & (replace with &amp;) < (replace with &lt;) > (replace with ...
2
votes
2answers
3k views

convert html characters back to text in Flash - AS3

I need to generate an editable xml file to supply content to a flash website. I am generating my file with a html form, and htmlspecialchars e.g.: $currentItem = ...
1
vote
2answers
218 views

php XML DOM translates special chars to &#xYY;

I send this with AJAX POST: <li><ul class "zone zCentral ui-sortable"><li><ul class="region rCol3 ui-sortable"><li class="" style=""><div><span class="tc ...
0
votes
1answer
32 views

Invalid Characters not displaying

I have an xml feed which i cannot edit, its remote. Now when i import it to db it says this: A taste of Turkey for £21 10 Meze dishes, bread and drinks for two at Cirrik Fulham but is outputting ...
0
votes
2answers
225 views

Convert HTML symbols and HTML names to HTML number using Java

I have an XML which contains many special symbols like ® (HTML number &#174) etc. and HTML names like &atilde (HTML number ã) etc. I am trying to replace these HTML symbols and HTML names ...