This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Fatal error reported by XML parser: required character (found "=") (expected ";") ?????


Ben,
You need
<A
HREF="testfile.xml?producer=MSDWProducer&amp;XSL=detail.xsl&amp;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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]