Re: [xsl] Re: How to call a template that can generate a file name from an element

Subject: Re: [xsl] Re: How to call a template that can generate a file name from an element
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 14 Jan 2004 13:18:51 -0500
Ian,

At 12:29 PM 1/14/2004, you wrote:
At the moment it does not look like I will have to
pass another element to this method (other than the
context) but what if I do?  Since passing the element
as a parameter and then using '$element[@name]' did
not work is there another way?

It will work: we do this all the time. Sometimes it's even recommended to do this even when you don't have to, instead of relying on context implicitly (it's more versatile and clearer for maintenance).


As I said earlier, check whether $element[@name] really gets you what you want, and not something else. $element[@name] is not the same as $element/@name. :->

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