RE: [xsl] <A> with parameters

Subject: RE: [xsl] <A> with parameters
From: "Julian F. Reschke" <julian.reschke@xxxxxx>
Date: Tue, 27 Mar 2001 12:37:00 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Peter.FLYNN@xxxxxxxxxxxxxxxxx
> Sent: Tuesday, March 27, 2001 12:06 PM
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] <A> with parameters
>
>
> Hi,
>
> I recently wrote some XSL which works with Xalan and IE and Netscape:
>
> <A>
> <xsl:attribute
> name="HREF">/myServlet?query=processUser&amp;contact_id=<xsl:apply
> -templates
> select="@ID"/>
> </xsl:attribute>
> Process User
> </A>
>
> This generally works fine under those browser environments.
> These browsers
> however generally keep the &amp; and process this in the final query.  I'm
> now testing with a browser which doesn't support this feature and

Which browser is that? As far as I understand, this doesn't conform to the
HTML spec (see
<http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1>).




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


Current Thread