[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XML as a string param

Subject: XML as a string param
From: David Sinclair <dsinclair@xxxxxxxxxxxx>
Date: Tue, 05 Oct 2004 11:37:07 +0100
param xml
Hi,

Is it possible to pass XML as a string param into a stylesheet and then use xpath expressions on it?

What I am trying to do is to pass in the parameters from a ServletRequest (serialized as XML) into my XSL like this:

<xsl:param name="requestParams"/>

And then later on using it to fill in values with something like:

<xsl:value-of select="$requestParams/map/entry[key = 'param1']/value[0]" />

The xml string for the params looks like this:
<map>
   <entry>
         <key>param1</key>
         <value>val1</value>
         <value>val2</value>
   </entry>
   ...
</map>

BTW, I am using XSLT 2.0.

David Sinclair.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.