50350a852238cb676ec7c525f703dc4cb876aaba
[transportpce.git] / tests / honeynode221 / honeynode-plugin-impl / src / main / resources / honeycomb-minimal-resources / config / device / config.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2     <xsl:template match="@* | node()">
3         <xsl:copy>
4             <xsl:apply-templates select="@* | node()"/>
5         </xsl:copy>
6     </xsl:template>
7     <xsl:template match="/">
8         <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
9             <xsl:apply-templates/>
10         </config>
11     </xsl:template>
12 </xsl:stylesheet>