Yes, it does work!
Thanks a lot...
User Profile
Collapse
-
Problem with XPath 'substring' function
Hi,
I have a problem with the 'substring' function of XPath in VB.NET (VS 2005).
My code looks like this:
Code:dim Dom As new XmlDocument Dim mgr As New XmlNamespaceManager(Dom.NameTable) 'mgr.AddNamespace("fn", "http://www.w3.org/2005/xpath-functions/#substring") mgr.AddNamespace("fn", "http://www.w3.org/2005/xpath-functions")
No activity results to display
Show More
Leave a comment: