Tim Field Posted November 3, 2005 Posted November 3, 2005 Hi all, I have a string containing xml that I'd like to pass to an xpathdocument, anyone got any idea how to do this? Thanks, Tim Quote
Administrators PlausiblyDamp Posted November 3, 2005 Administrators Posted November 3, 2005 Dim s As String = "" Dim sr As New System.IO.StringReader(s) Dim x As New System.Xml.XPath.XPathDocument(sr) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.