Author: damitha
Date: Thu Apr  2 00:12:10 2009
New Revision: 761117

URL: http://svn.apache.org/viewvc?rev=761117&view=rev
Log:
Adding xpath xsl template

Added:
    webservices/savan/trunk/c/src/filters/xpath/template.xsl

Added: webservices/savan/trunk/c/src/filters/xpath/template.xsl
URL: 
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/filters/xpath/template.xsl?rev=761117&view=auto
==============================================================================
--- webservices/savan/trunk/c/src/filters/xpath/template.xsl (added)
+++ webservices/savan/trunk/c/src/filters/xpath/template.xsl Thu Apr  2 
00:12:10 2009
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+<xsl:output encoding="utf-8"/>
+<xsl:template match="/">
+<xsl:copy-of select="xx"/>
+</xsl:template>
+</xsl:stylesheet>
\ No newline at end of file


Reply via email to