This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: <A> with parameters


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Peter.FLYNN@syntegra.bt.co.uk
> Sent: Tuesday, March 27, 2001 12:06 PM
> To: XSL-List@lists.mulberrytech.com
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]