File: extension.xsl

package info (click to toggle)
xml-security-c 1.2.1-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 24,472 kB
  • ctags: 6,673
  • sloc: cpp: 36,830; xml: 23,415; sh: 2,365; makefile: 340; perl: 221
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>