↧
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 ArticleConsuming 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 ArticleRSS 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