RE: [xsl] Identity Transform xml for variable

Subject: RE: [xsl] Identity Transform xml for variable
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 01 Apr 2005 16:09:10 -0500
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@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 ======================================================================

Current Thread