The above code parses correctly via xsltproc, b
That would be strange. XSL files have to be well formed XML documents
and XML attributes can not contain element narkup (or any other use of
the < character)
<DIV ID='<xsl:value-of select=
is not well formed XML so should be rejected by the XMl parser before
XSL starts.
You want <DIV ID='{fname}"
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--