By tag: XPath
0
kicks
XPath Visualizer
XPath Visualizer is a simple tool, that lets you execute a XPath query and see the results. The .Net 3.5 is required to use the tool .
0
kicks
XML Schema und XSL im Selbststudium lernen
onion.net ist eine .NET basierte High-End Content-Management Platform die konsequent auf die offenen Standards des W3C setzt. Betrachten Sie onion.net als ein XML Entwicklungssystem, das Sie beim Selbststudium von XML Schema und XSLT unterstützen kann. Ganz einfach: mit der für den...
0
kicks
Handling single quotes in XPATH .Net C#
C# .Net function to handle single-quote while using XML XPATH expression
0
kicks
Video: Using XPath with the XmlDocument Class
In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class.
0
kicks
Video: Using XPath with the XmlDocument Class
In this video tutorial we walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class Click the link below to view the video.
0
kicks
XmlDataSource: XPath Workaround For Default Namespaces
The ASP.NET 2.0 XmlDataSource does not provide a way to handle namespaces in the source XML. If your source XML uses namespaces, then you need to use XSLT to remove the namespaces, otherwise you won't be able to create a valid XPath statement that will work with the XmlDataSource. Or do you? (hin...