xsl-list
[Top] [All Lists]

RE: String manipulation & Line Breaks

2003-03-25 11:21:40


-----Mensagem original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] Em nome de 
David Carlisle
Enviada: terça-feira, 25 de Março de 2003 16:59
Para: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Assunto: Re: [xsl] String manipulation & Line Breaks


(...)

node-set() isn't required here. Copying a result tree 
fragment to the output preserves the structure (that is teh 
point of result tree fragments), they are a fragment of the 
result tree. You only need to convert to a node set if you 
need to use an Xpath to query into the structure.

David


Didn't know that. Thought that I had to use it since I was coping from a
variable.
Thanks.


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



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