Taras,
At 03:17 PM 4/1/2005, you wrote:
> However, not too useful if I am back to xxxx:node-set() on my
variable.
What does it mean?
Node-set() is just a function that allows you to convert Result Tree
Fragment from your template output into usable/parsable
sub-tree(node-set) (Which is not possible in XSLT by default). When you
load an XML with document() - you already have a sub-tree (node-set)
This is correct, but the document() function works like this in unextended 
XSLT 1.0, and thus in all conformant processors. Using the node-set() 
extension function locks you into processors and architectures that support 
it, and thus hinders reusability and portability.
Maybe I misunderstood your point?
Cheers,
Wendell
======================================================================
Wendell Piez                            
mailto:wapiez(_at_)mulberrytech(_dot_)com
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
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--