xsl-list
[Top] [All Lists]

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

2004-02-28 08:09:19

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



<Prev in Thread] Current Thread [Next in Thread>