Quantcast
Channel: Shawson's Code Blog » XPath
Browsing all 3 articles
Browse latest View live

Visually build XPath using “Sketch Path”

Paul found an awesome tool fopr visually parsing XML files and building XPath statements, called Sketch Path available for download here Related Posts Consuming RSS Feeds using ASP.net controls WCF...

View Article



Consuming RSS Feeds using ASP.net controls

Real simple example, using an XmlDataSource and my new super best friend, the ListView control; <asp:ListView ID="RSSList" runat="server" DataSourceID="RSSData"> <LayoutTemplate> <ul>...

View Article

RSS XSLT

Simple piece of XSL to format an RSS Feed; <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images