File: extension.xsl

package info (click to toggle)
libxml-security-java 2.0.10-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,580 kB
  • sloc: java: 79,891; xml: 23,784; sh: 235; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
<xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:pe="xalan://org.xmlsecurity.temp.TestProperties"
	extension-element-prefixes="pe"
	version="1.0">

	<xsl:output indent="yes" omit-xml-declaration="yes"/>
	<xsl:template match="/">
		<pe:properties>
		   <xsl:apply-templates />
		</pe:properties>
	</xsl:template>
</xsl:stylesheet>