RE: [xsl] difference between Result Tree Fragment (RTF) and a nodeset

Subject: RE: [xsl] difference between Result Tree Fragment (RTF) and a nodeset
From: "William Reilly" <wreilly@xxxxxxxxxxx>
Date: Fri, 25 Apr 2003 14:42:52 -0400
I don't mean to muddy the waters of Leena Kulkarni's query, 
but if anyone would like to also consider my ~similar (sort of) 
query of the previous couple of days, I'd appreciate it... :>)

http://www.biglist.com/lists/xsl-list/archives/200304/msg01138.html

QUESTION: 
>> What is the difference in these two bits of markup, from the 
point of view of the  XSLT processor, working on 
an <xsl:apply-templates> or an <xsl:copy-of> instruction? <<

		+++++++++++++++++++++++++++++++++++++++++++
CODE #1:	<markup> <img src="pic.gif"/></markup>       << RTF
		+++++++++++++++++++++++++++++++++++++++++++

		+++++++++++++++++++++++++++++++++++++++++++
CODE #2:	<markup><img src="pic.gif"/></markup>        << nodeset
(I believe(?))
		+++++++++++++++++++++++++++++++++++++++++++

Markup code # 2 (no whitespace, empty content element) failed, working
on 
an <xsl:apply-templates> or an <xsl:copy-of> instructions.  Odd.
See above URL for details.

Thanks!
William 'Over & Out' Reilly
wreilly@xxxxxxxxxxx
Boston, Massachusetts U.S.A.
+++ /End of (my) e-mail +++++++++++++++++++++++++++++++

ORIG MSG: ----------------------
From: =?iso-8859-1?q?Leena=20Kulkarni?= <mulberrylist@xxxxxxxxxxx>
Subject: [xsl] difference between Result Tree Fragment (RTF) and a
nodeset

Hi all,
What is the difference between Result Tree Fragment
(RTF) and a nodeset?

My perception is RTF is a set of nodes in user defined
tags like -

<mytag>
<value/>
<value/>
</mytag>

and nodeset is the set of nodes got from the input doc
itself.

Is this correct?

Thanks in advance
--- /END of Leena Kulkarni ORIG e-mail --------------------

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


Current Thread