Re: [xsl] [XSLT 2.0] Using insert-before() to insert a non-atomic value

Subject: Re: [xsl] [XSLT 2.0] Using insert-before() to insert a non-atomic value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 28 Feb 2004 15:09:19 GMT
> I create a variable containing the new member:
no that creates a variable with a _document_ node with the member
element as child, you can elether force it to create the member element
directly using the as attribute on xsl:variable, or perhaps simpler 
add $new-member/member to your sequence rather than $new-member.
Your final list was blank as you were looking for teh Name child of teh
document node, which isn't there.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread