Re: [xsl] getting type information in xslt 2.0

Subject: Re: [xsl] getting type information in xslt 2.0
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 23 Oct 2006 10:26:12 -0700
(in XSLt1 you have no option but to save data as the
content of an element  but in xslt2 can't you store stuff as a sequence
of items rather than as element content?


How ???



--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play




On 10/23/06, David Carlisle <davidc@xxxxxxxxx> wrote:

> When producing a partial application (function) FXSL needs to discover > the actual types of the arguments used so far in order to be able to > re-construct the arguments with exactly those types later,

interesting, is it not possible to pass the actual arguments around (so
keeping their types) rather than making copies and having to re-instate
the types later? (in XSLt1 you have no option but to save data as the
content of an element  but in xslt2 can't you store stuff as a sequence
of items rather than as element content?

David

Current Thread