¡@

Home 

c# Programming Glossary: myxml

How to use XPath function in a XPathExpression instance programatically?

http://stackoverflow.com/questions/402211/how-to-use-xpath-function-in-a-xpathexpression-instance-programatically

XmlDocument xdoc.LoadXml @ xml version 1.0 encoding utf 8 myXml xmlns http MyNamespace xmlns fn http www.w3.org 2005 xpath functions.. www.w3.org 2005 xpath functions data Hello World data myXml XPathNavigator navigator xdoc.CreateNavigator XPathExpression.. xpr xpr XPathExpression.Compile fn ends with myXml data 'World' object result navigator.Evaluate xpr Console.WriteLine..

Read Gmail Inbox

http://stackoverflow.com/questions/4461946/read-gmail-inbox

gmailFeed.GetFeed Access the feeds XmlDocument XmlDocument myXml gmailFeed.FeedXml Access the raw feed as a string string feedString..