Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB problem while retrieving XML data using XPath

Status
Not open for further replies.

JumpStarter

Programmer
Joined
Apr 26, 2003
Messages
7
Location
IN
I have a problem while retrieving XML data using XPath.
My XML data contains a few special characters.For eg: i have a sentence which has the special character
Code:
∑
which gets translated to the SUM symbol (?). When i retrieve this data using XPath i get a ? instead of the actual text. What i want is to retrieve
Code:
∑
as it is as a string.

Any help would be appreciated. Thanks in advance

JumpStarter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top