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

Re: Re: Problem with Parameter binding with String

Subject: Re: Re: Problem with Parameter binding with String
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 29 Aug 2003 11:43:36 -0400
binding a string
Dongling,

At 07:54 PM 8/28/2003, you wrote:
It seems like you can only use the parameter(variable)
in the predicates with XPATH.

This isn't true, and it's puzzling why you draw this conclusion. It's true that if you want to copy a node, it has to be a node, not a string...


So, I can do this:

<xsl:copy-of select="*[name(.) = $pName]"/>

To copy the orignal element to the output.

Yes, and that's what it sounded like you wanted to do.


Note the expression you provided copies all element *children* of the context node whose name equals $pName to the result, since "*[name(.) = $pName]" is an abbreviation for the XPath:

child::*[name(self::node()) = $pName]

If $pName were a node (perhaps from your lookup table) and not a string, you could certainly copy it, though that isn't what you said you wanted to do.

Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


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



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.