CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of xslt stackoverflow
XML
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl" xmlns:user="urn:fnord:scripts" >
  <xsl:output method="text" indent="yes"/>
 
  <msxsl:script implements-prefix="user" language="CSharp">
    <![CDATA[
 
        public string locationList = "";
        
by Jason Rowe   January 04, 2010 @ 12:16pm
280 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate