Subject: RE: Fatal error reported by XML parser: required character (found "=") (expected ";") ?????
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 8 Mar 2001 20:32:44 -0000
|
Ben,
You need
<A
HREF="testfile.xml?producer=MSDWProducer&XSL=detail.xsl&testsuite_na
me={@name}">
<xsl:value-of select="@name" />
</A>
It thinks &XSL is the beginning of an entity and is expecting &XSL;.
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|