|
|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<!--
|
|
|
|
|
|
-Copyright MetaCommunications, Inc. 2003-2004.
|
|
|
+Copyright MetaCommunications, Inc. 2003-2005.
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See
|
|
|
accompanying file LICENSE_1_0.txt or copy at
|
|
|
@@ -9,15 +9,20 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
|
-->
|
|
|
|
|
|
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
- version="1.0">
|
|
|
+<xsl:stylesheet
|
|
|
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
+ xmlns:meta="http://www.meta-comm.com"
|
|
|
+ exclude-result-prefixes="meta"
|
|
|
+ version="1.0">
|
|
|
|
|
|
- <xsl:output method="xml" encoding="utf-8"/>
|
|
|
+ <xsl:import href="common.xsl"/>
|
|
|
|
|
|
+ <xsl:output method="xml" encoding="utf-8"/>
|
|
|
+
|
|
|
<xsl:template match="/">
|
|
|
<root>
|
|
|
<expected-failures>
|
|
|
- <xsl:apply-templates select="*/test-log"/>
|
|
|
+ <xsl:apply-templates select="*//test-log"/>
|
|
|
</expected-failures>
|
|
|
</root>
|
|
|
</xsl:template>
|