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

RE: HELP : XSLT Merge XML Files and Mixing Params/Var

Subject: RE: HELP : XSLT Merge XML Files and Mixing Params/Variables
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 15 Mar 2005 22:22:44 -0000
xslt merge xml files
You don't have an element in your document called <sports>, let alone a
<sports> element with a child called <name>.

What output did you expect?

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Rajesh Jain [mailto:rjain15@xxxxxxxxx] 
> Sent: 15 March 2005 21:32
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Cc: Rajesh Jain
> Subject:  HELP : XSLT Merge XML Files and Mixing Params/Variables
> 
> Hi
> 
> I am merging two XML files and using parameters to
> merge, but this doesn't work. I don't know what I am
> missing......
> 
> 
> Parameter in Java
> ------------------
> 		transformer.setParameter("channel","sports");
> 
> XML
> --------------
>    <channel>
>    <name>sports</name>
>    <title>Sports Channel</title>
>    </channel>
>    <channel>
>    <name>golf</name>
>    <title>Golf Channel</title>
>    </channel>
> 
> XSL :
> ---------------------------
> <xsl:param name="channel" />
> <xsl:variable name="ochannels"
> select="document('ochannels.xml')"/>
> 
> <channel>
>     <title><xsl:value-of select="$ochannels//*[name()
> = $channel]/name"/></title>
> </channel>
> 
> Output XML
> ----------
> <channel><title/></channel>
> 
> -----------------------------------------------
> 
> 
> 
> Please help!!!!
> Thanx
> Rajesh

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.