16 lines
		
	
	
	
		
			423 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			423 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version='1.0'?>
 | 
						|
 | 
						|
<!-- $FreeBSD$ -->
 | 
						|
 | 
						|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 | 
						|
                version='1.0'
 | 
						|
                xmlns="http://www.w3.org/TR/xhtml1/transitional"
 | 
						|
                exclude-result-prefixes="#default">
 | 
						|
 | 
						|
  <!-- Pull in the base stylesheets -->
 | 
						|
  <xsl:import href="freebsd.xsl"/>
 | 
						|
 | 
						|
  <!-- Redefine variables, and replace templates as necessary here -->
 | 
						|
 | 
						|
</xsl:stylesheet>
 | 
						|
 |