Hi all,
i have this script :

<Send>
<URL>https://192.116.241.189/cgi-bin/cgimain</URL>
<PostData>&</PostData>
<TargetName>"g"</TargetName>
</Send>

and i'm trying to read the XML file from visual basic
and i'm getting error because of the "&" sign in the
<PostData> tag.

what should i do to fix it ?


P.S
when i put some other string in the <PostData> tag
it works fine.