i have values with special chars that encoded to ascii in my xml.
for example :
<?xml version="1.0" encoding="UTF-8"?>
<response>
<name>Žirmūnų</name>
</response>
but when i parse value name
i get only &
as value.
Is it allowed to use #
or &
in xml? or i have to use cdata necessarily?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…