Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Problem with xPath

So I had a tab who's inner value was a text of a number (1,2,3,...) and I was able to retrieve information using the following xpath statement

instance('INSTANCE1')/complexs/complex[.=instance('INSTANCE2')/school_results/@complexID]/@name

This worked fine until I changed it to a GUID and no longer a number. Now it fails is there something I have to change in the query to make it compatable with a string?

Thanks
[466 byte] By [partyk1d24] at [2007-11-11 9:56:03]
# 1 Re: Problem with xPath
nm got it it was a problem w/ SQL (where I get the information from) note... SQL converts all GUIDs to capital when a stored procedure is called on them but displays them as lowercase when you open the table. **** microsoft
partyk1d24 at 2007-11-11 23:28:19 >