Re: [xsl] Building OpenURL formatted URLs in XSLT

Subject: Re: [xsl] Building OpenURL formatted URLs in XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Jul 2005 09:33:08 +0100
> exactly right with regards to XML not quite right with regards to OpenURL.

If you are not writing an XML document, use <xsl:output method="text"/>
and then & will be written as &. If you are writing an XML or HTML
document, then clearly & should be written as &amp; (whether or not it
is part of a URI)

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
________________________________________________________________________

Current Thread