RE: mulitple parameters [was: Special characters and XML-to-WML problem]

Subject: RE: mulitple parameters [was: Special characters and XML-to-WML problem]
From: Stéphane Mamdy <smamdy@xxxxxxxxxxxxx>
Date: Fri, 11 Aug 2000 12:10:26 +0100
Hi,
Maybye your problem is that the caracter "&" creates an error.
You need to replace it with &amp;

There a differents possibilies
1)
<A HREF
href><xsl:attribute>http://myserver.com:8001/addItemToOrder?item_name=CPU&am
p;order_id=0&amp;user_name=jdoe</xsl:attribute>...</a>

1')
<A
HREF="http://myserver.com:8001/addItemToOrder?item_name=CPU&order_id=0&user_
name=jdoe" target>
<xsl:attribute>#target</xsl:attribute>...</a>


2)
<A
HREF="http://myserver.com:8001/addItemToOrder?item_name=CPU&order_id=0&user_
name=jdoe">...</a>


Hope this help.

Stéphane Mamdy

-----Message d'origine-----
De : owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]De la part de Torsten Curdt
Envoyé : vendredi 11 août 2000 09:56
À : xsl-list@xxxxxxxxxxxxxxxx
Objet : mulitple parameters [was: Special characters and XML-to-WML
problem]


I think this is not just a XML/WML problem...

> the problem is I have a <A HREF> tag in the XSLT script that I want
> to end up looking like this in the WML file:
>
> <A
> HREF="http://myserver.com:8001/addItemToOrder?item_name=CPU&order_
> id=0&user_name=jdoe">

How can we construct an attribute URL via XSL?
--
Torsten


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



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


Current Thread