Hi, I have the following style sheet,
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mynsprefix="urn:sap-com:document:sap:rfc:functions" xmlns:java="http://xml.apache.org/xslt/java" exclude-result-prefixes="java" version="1.0" > <xsl:param name="Xpathname"/> <xsl:template match="/"> <xsl:copy-of select="$Xpathname"/> </xsl:template> </xsl:stylesheet>
