Iam not able to parse XML using SAX parser when I have certain special characters
in values like
But characters like these work properly & '
These charactes work perfectly in XML DOM parser.
e.g;
<Root>
<Child Value="1234&/>
</Root>
Iam using MSXML 3.0 sp1
Any solution??
