Sign in to follow this  
Followers 0
reider666

Apex 1.3.0 dont show smiles

8 posts in this topic

hello. apexdc 1.2.2 show kolobok smiles , but when i upgraded to 1.3.0 apex dont show any kolobok , mega-kolobok smiles.

What is wrong ?

Share this post


Link to post
Share on other sites

hello. apexdc 1.2.2 show kolobok smiles , but when i upgraded to 1.3.0 apex dont show any kolobok , mega-kolobok smiles.

What is wrong ?

Check the XML files for markup errors... the XML parsing in 1.3.0 is notably stricter than it was in 1.2.2

Share this post


Link to post
Share on other sites

Looks like the XML file of the emopack is invalid. You can use the w3c validator to validate it and correct the errors.

//edit: Crise was faster ;)

Share this post


Link to post
Share on other sites

Very necessary change :D

And how we shall use symbols "&", "<", ">" in smiles now??? Unicode representation like "%3C" is not supported by ApexDC++.

Share this post


Link to post
Share on other sites

Use the proper entities:

&quot; == "

&lt; == <

&gt; == >

&amp; == &

//edit: the last one added

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0