[xsl] Passing XML in parameter for HREF in <xsl:attribute>

Subject: [xsl] Passing XML in parameter for HREF in <xsl:attribute>
From: Peter.FLYNN@xxxxxxxxxxxxxxxxx
Date: Thu, 29 Mar 2001 11:09:54 +0100
If I had some XML as defined.

<REQUEST id="12">
   <COMMAND id="something"/>
</REQUEST>

I'm wanting to send simple XML via the URL in the HREF.  
e.g. 

<A HREF="myservlet?request=<REQUEST id="12"><COMMAND
id="something"/></REQUEST>"></A>

I've tried various techniques (using &quot; etc) and the URL just isn't
giving me the right output.  To further add to the confusion, things such as
the id and commands are retrieved from value-of.  

Has anyone else successfully passed XML via a parameter on the URL?  Is it
an unusual thing to do, as I've seen very little details on the Internet
about this.  

Regards,
Peter


******************************************************************************

Check us out at http://www.syntegra.com

***********************************************************************

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


Current Thread