Project

Profile

Help

Support #3186 » xsl.xsl

Input xsl - Sunny boddu, 2017-03-29 16:24

 
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:nf="urn:ietf:params:xml:ns:netconf:base:1.0" >
<xsl:output method="xml" indent="no"/>
<xsl:template match="/">
<xsl:value-of select="concat('&lt;?xml',substring-after(//root/text(),'&lt;?xml'))" disable-output-escaping="yes"
/>
</xsl:template>
</xsl:stylesheet>
(1-1/4)