xsl-list
[Top] [All Lists]

Re: [xsl] Split into numbered files: without side-effect? (XSLT 2)

2007-09-28 05:46:30
On 9/28/07, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
1) I'm still "cheating" somehow, by using saxon:evaluate. If
I wanted to do without, which way would I have to go,
roughly? (Is this related to Joe's comment "if the full
XPaths are stored in the config file then some extension is
needed to evaluate these dynamically"?)

If you've got XPath expressions stored in an XML document, then the only way
to evaluate them with standard XSLT is to generate a stylesheet and then
execute it.

It is not the only way.

Someone (like me) may be able to parse  an XPath expression using pure
XSLT (say for example with the FXSL LR Parsing Framework). Of course,
parsing is only half the way. The parsed expression need be
interpreted and this needs the context to be specified as well.

Certainly, in most cases such "dinamism" is not needed and may be avoided.


-- 
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--