Subject: Re: XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Mar 2001 16:33:24 +0100
|
> Is it complaining about the & or something else? (Or have I written the
> above bit of XSL wrong?)
Your stylesheet has to be well formed XML. As it was it would not have
been passed to the XSL system at all as it failed at the XMl parse
stage.
> &stylesheet=yes&org_id
You can't use & to stand for 7 in an XML file you want
&stylesheet=yes&org_id
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|