I have a problem when I try to parse a XML that has something like this:
<cotacao descricao="IBER&SOL LDA" quant="1005" anterior="3.16"/>
If take the & char out it works perfectly,
do you know how to solve this
What XML parser are you using? The MSXML 3.0 has some problems regarding the encoding. We've gotten it to work most of the time by using the ISO-8859-1 encoding, but we sometimes still need to use CDATA sections.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.