root/trunk/config/filter-test-properties.xsl

Revision 1011, 452 bytes (checked in by amandel, 4 years ago)

Aligned svn keyword settings.

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:stylesheet xmlns:xs="http://www.w3.org/1999/XSL/Transform"
3        version="1.0">
4       
5        <xs:output method="xml"/>
6
7   <xs:template match="*|@*|text()|processing-instruction()">
8      <xs:copy>
9         <xs:apply-templates select=" *|@*|comment()|text()|processing-instruction()"/>
10      </xs:copy>
11   </xs:template>
12
13   <xs:template match="testsuite/properties">
14      <properties/>
15   </xs:template>
16       
17</xs:stylesheet>
Note: See TracBrowser for help on using the browser.