Re: [xsl] getting type information in xslt 2.0

Subject: Re: [xsl] getting type information in xslt 2.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Oct 2006 17:43:06 +0100
> 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