mirror of
				https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
				synced 2025-11-04 11:45:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
 | 
						|
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 | 
						|
 | 
						|
<xsl:output method="xml" />
 | 
						|
 | 
						|
<xsl:template match="/">
 | 
						|
<xsl:copy-of select="."/>
 | 
						|
</xsl:template>
 | 
						|
 | 
						|
</xsl:transform> |