Honeynode test tool
[transportpce.git] / tests / honeynode / honeynode-plugin-impl / src / main / resources / honeycomb-minimal-resources / config / device / config.xsl
diff --git a/tests/honeynode/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl b/tests/honeynode/honeynode-plugin-impl/src/main/resources/honeycomb-minimal-resources/config/device/config.xsl
new file mode 100644 (file)
index 0000000..50350a8
--- /dev/null
@@ -0,0 +1,12 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+    <xsl:template match="@* | node()">
+        <xsl:copy>
+            <xsl:apply-templates select="@* | node()"/>
+        </xsl:copy>
+    </xsl:template>
+    <xsl:template match="/">
+        <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+            <xsl:apply-templates/>
+        </config>
+    </xsl:template>
+</xsl:stylesheet>
\ No newline at end of file