[xsl] [ANN] transquery.js an implementation

Subject: [xsl] [ANN] transquery.js an implementation
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 6 Dec 2001 22:03:12 -0000
For those of you who aren't yet on the transquery list.

I knocked up a quick javascript command line implementation of
transquery for people to play around with.
http://www.bayes.co.uk/xml/index.xml?/xml/utils/transquery/transquery.xm
l

Usage:
transquery -db directory -s stylesheet -o filename -p {param=value}

      Produces output from the directory database using the stylesheet.

transquery -dbf filename -s stylesheet -o filename -p {param=value}

      Produces output from the XML database file using the stylesheet.

transquery -db directory -o filename

      Generates XML file containing the XML database.

Options:
-?              Show this message.
-db directory   Input directory containing the XML database.
-dbf filename   Input XML file containing the XML database.
-o filename     Write output to named file.
-p params       Params to be passed to the transform.
-s stylesheet   The transquery conformant stylesheet.
-x filename     The source file.

It might be a bit buggy so if you have any problems or have any
suggestions then let me know. 

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


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


Current Thread