Browse Source

update for Boost-wide results

[SVN r26957]
Aleksey Gurtovoy 21 years ago
parent
commit
6d09c8fd15
1 changed files with 10 additions and 5 deletions
  1. 10 5
      tools/regression/xsl_reports/xsl/v2/produce_expected_results.xsl

+ 10 - 5
tools/regression/xsl_reports/xsl/v2/produce_expected_results.xsl

@@ -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>

粤ICP备19079148号