blob: f414be74718674aa20369cbeb6dfe8a1cceb8b0b [file] [log] [blame]
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="/">
<xsl:value-of select="./*:root/*:container[1]" />
</xsl:template>
</xsl:stylesheet>