xsl

  1. Z

    Question Displaying XML from external website

    I'm trying to display XML data from a Twitter Search on our company site. We use VB.NET for everything (no PHP) and Twitter Searches use Atom instead of RSS, making things difficult on me. As of now, my XSL is: ------- <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0"...
Back
Top