Related resources for XPath
  • Execute XPath expression Action in Desktop flow using Microsoft Power Automate11/4/2023 8:39:52 AM. Reading this article, you can learn how to use Execute XPath expression in Desktop flow using Microsoft Power Automate
  • Verify Xpath And CSS Selector With Chrome Developer Tools10/10/2022 6:36:39 AM. In this article, we will discuss how to verify the xpath and css selector using chrome developer tools
  • Creating MS Word Document using C#, XML and XSLT3/29/2022 9:56:05 AM. This simple program demostrate how to create well formatted MS Word documents using C#, XML and XSLT. Using XSLT to create Word documents requires the knowledge of RTF key words.
  • Overview Of Selenium Locators8/10/2020 11:24:53 PM. This article explains Selenium Locators. Selenium provides us with different types of locators ID, Name, Class Name, CSS Selector, XPath, Link Text, Partial Link Text, Tag Name.
  • Use of XPath in Java: Part 19/29/2019 7:02:43 AM. This article describes the use of XPath in XML parsing in Java.
  • RSS Feed Link Reader in VB.NET11/9/2012 11:14:01 AM. This article discusses the construction of a simple application that may used to view RSS feeds from the desktop. The application allows the user to select a canned RSS feed or to key one.
  • XML Pathfinder - A Visual Basic Utility11/9/2012 8:23:45 AM. This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
  • Multiuser XML 'Database' Web Service10/13/2012 5:54:36 AM. This article shows multiple users to have simultaneous access to the document just like a database. The critical thing is how can we load a resource once and how can we have multiple users access it without collisions.
  • Viewing and Writing XML Data using ADO.NET DataSets9/29/2012 6:41:52 AM. Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
  • .NET Beta 2 and Navigation in XML Documents9/29/2012 6:27:36 AM. .NET Beta 2 was released yesterday at tech-ed, 2001, Atlanta. Many things have been changed in Beta 2 since Beta 1. In this article, I'll cover changes in XmlNavigator class replaced with XPathNavigator.
  • XPath Using HtmlAgilityPack and WebClient6/25/2012 11:24:42 PM. In this article we have used HtmlAgilityPack to get multiple nodes using SelectNodesByPattern, which is an extension method.
  • Performance Comparison of XslTransform Inputs5/20/2012 7:30:35 AM. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • Transformation and XSLT5/20/2012 6:26:25 AM. In this article I will explain you about Transformation and XSLT.
  • Binding The TreeView Control to XML Data5/20/2012 5:19:47 AM. This article explain how to bind the TreeView control to an XML file.
  • XML Navigation using C#5/20/2012 2:37:34 AM. This article demonstrates how to navigate through XML documents using C#.
  • Packing List for the Pocket PC in the .NET Compact Framework5/19/2012 6:25:35 AM. This article demonstrates a pocket pc packing list application to help you track moving inventory. The application is written in C# for the .NET Compact Framework (1.1) and shows you how to overcome some limitations in the framework such as scrolling a form and searching nodes in XML.
  • jQuery with Examples5/15/2012 6:21:12 PM. This artilce tells about jQuery with examples and explanations. You can download source code also.
  • Querying XML Files Using XPATH in ASP.NET7/20/2011 7:12:48 PM. This article basically will help you to know about XPath and how to query an XML file so that we can read only certain parts of it.
  • Querying XML Data Using XPATH Expression and the XML DOM7/20/2011 11:53:56 AM. The following is an example of data in an XML file being queried using XPath with HTML as a front end.
  • RSS Feed Link Reader2/26/2008 2:26:22 AM. This article discusses the construction of a simple application that may used to view RSS feeds from the desktop.
  • XML Pathfinder - Sample C# Utility to Study XML Paths and XPath Queries2/5/2008 1:02:19 AM. This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
  • How to use an XML data source in ASP.NET 2.06/20/2006 2:31:06 AM. XML data is a good alternative to relational database, especially for web applications. The topic that follow introduce you to the use of XML data source with ASP.NET 2.0.
  • Multithreaded XML Document for Read/Write Access1/27/2006 5:58:00 AM. This article describes a process for using a ThreadPool within a windows service that monitors other services. It also shows how to allow multithreaded read/write access to an XmlDocument, that acts as persistent storage, using a Mutex.
  • A Scheduled Application Launcher Service in C# and .NET1/16/2006 6:56:34 AM. This an article is on launching scheduled tasks. Not quite as exciting as launching a spaceship into outer space, but…hey, even astronauts have to automate some of their day to day activities.
  • Performance Comparison of XslTransform Inputs1/3/2006 5:04:53 AM. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • Sokoban Pro Game in C#12/24/2005 6:20:33 AM. Sokoban Pro is a modern version of the classic Sokoban puzzle game. The game rules are extremely simple, yet the game is very challenging and addictive. The rule of the game is to move all the boxes in the right places. You can only push a box, not pull.