This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Future XSLT expansion.



Hi Didier,

> This said, I still do not see how we can have, let's say, an RTF document
> transformed into a node set in a coherent way on all XSLT engines and for
> all text formats. 

We can not and we should not. We should be capable of transforming 
text  which is XML into node-set ( like document() function does ) and we 
should be capable of transforming result tree fragment into node-set, 
like xt:node-set() does and we can do that adding node-set() typecast.

to-node-set() could be  a good name for this typecast.

Idealy, to-string() typecast being applied to nodeset should return a string 
with XML representation of the provided nodeset.

Rgds.Paul.



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]