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

Subject: RE: [xsl] difference between Result Tree Fragment (RTF) and a nodeset
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 25 Apr 2003 21:33:23 +0100
It's a very odd problem - the reason no one has given you an answer is
that no-one can think of an answer. Usually this means the problem is in
the part of the code that you haven't shown us. Occasionally - very
occasionally - it means you are using a buggy XSLT processor.

Please post a complete source document and stylesheet and the complete
output you are getting, and tell us which XSLT processor you are using
and how you invoked it.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> William Reilly
> Sent: 25 April 2003 19:43
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] difference between Result Tree Fragment 
> (RTF) and a nodeset
> 
> 
> 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
> 


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


Current Thread