Re: HTML output method: output a & character?

Subject: Re: HTML output method: output a & character?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 25 Oct 1999 12:54:13 +0100 (BST)
> into HTML output of the following form:

>     <a href="/script.cgi?action=search&term=foo">...</a>

This is not well formed XML. You have_ to use &amp;

&amp; should anyway work with your html browser.

If it doesn't you can probably URL-quote the & by using %26

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread