[xspec] r244 committed - Excluding XSpec-specific result prefixes so they don't appear in XML s...

1 view
Skip to first unread message

xs...@googlecode.com

unread,
Nov 5, 2012, 4:51:03 PM11/5/12
to xspe...@googlegroups.com
Revision: 244
Author: dev....@menteithconsulting.com
Date: Mon Nov 5 13:50:43 2012
Log: Excluding XSpec-specific result prefixes so they don't appear in
XML shown when a test fails.
http://code.google.com/p/xspec/source/detail?r=244

Modified:
/trunk/src/compiler/generate-xspec-tests.xsl

=======================================
--- /trunk/src/compiler/generate-xspec-tests.xsl Mon Dec 5 10:38:32 2011
+++ /trunk/src/compiler/generate-xspec-tests.xsl Mon Nov 5 13:50:43 2012
@@ -48,7 +48,8 @@

<xsl:template match="x:description" mode="x:generate-tests">
<!-- The compiled stylesheet element. -->
- <stylesheet version="2.0">
+ <stylesheet version="2.0"
+ exclude-result-prefixes="pkg impl">
<xsl:apply-templates select="." mode="x:copy-namespaces" />
<import href="{$stylesheet-uri}" />
<import href="{resolve-uri('generate-tests-utils.xsl',
static-base-uri())}"/>
Reply all
Reply to author
Forward
0 new messages