[Webtest] reportFromSummary.xsl:6:26: Error! Illegal value:
Richard Hill
webtest@lists.canoo.com
Thu, 24 Apr 2003 17:27:21 -0700
I upgraded to ant 1.5.3 which included an xercesImpl.jar from the 2.0.2
release of Apache Xerces, and I downloaded the xalan.jar from the Xalan-Java
version 2.5.0 release.
When I ran my canoo tests (harnessed by an ant build file) I got the
following error:
reportFromSummary.xsl:6:26: Error! Illegal value: / used for QNAME
attribute: name Cause: java.lang.IllegalArgumentEception: Localname in QNAME
should be a valid NCName
So I updated
<xsl:template name="/" >
to
<xsl:template name="report-from-summary" >
and it worked fine.
http://webtest.canoo.com/webtest/samples/reportFromSummary.xsl may need to
be updated.
Thanks,
Richard