xsl-list
[Top] [All Lists]

Re: xquery to xslt update

2005-11-11 06:49:55
"David" == David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> writes:

    David> But if you just want to pass the pre-converted XSLT version
    David> of the test suite through your XSLT engine, then you don't
    David> need any Xquery system, You just take the zip file of XSLT
    David> files from the xq2xml distribution and the Zip file of the

Got that.

    David> Xquery test suite from the W3C

How does this fit into it? Where do I get it from, and what do I do
with it?

    David> and run each xslt file with inputs as specified in the test suite 
catalog.

Which catalog? How is it specified?

    David> In each case, inputs need to be specified using parameters,
    David> the implicit input is not used, and processing starts with
    David> a template called main, so in saxon you do something like

    David> saxon8 -it main
    David> Queries/XQueryXSLT/expressions/foo/bar/test006.xsl
    David> +input-context=TestSources/bib.xml

I trust that there should be some way of automating this. You can't
seriously be suggesting that I type in command lines for every test.

-- 
Colin Adams
Preston Lancashire

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