[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: CLI processor as filter?

Subject: RE: CLI processor as filter?
From: Fabien Triolet <fabien.triolet@xxxxxxxxxxxx>
Date: Wed, 19 Mar 2003 08:22:14 +0100
fabien triolet
I have talked about Transmorpher (http://transmorpher.inrialpes.fr) recently on this list.
This tool supports the use of standard input . The comand is the following :


# java -jar ../lib/transmo.jar test/process < test/input/data.xml

and the process file is :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE transmorpher SYSTEM "http://transmorpher.inrialpes.fr/dtd/transmorpher.dtd">


<transmorpher name="test" version="1.0" reloc="test/result" xmlns="http://transmorpher.fluxmedia.fr/1.0">

<main name="Test">
<generate id="read" type="readfile" out="o" file="_stdin_">
</generate>


        <apply-external id="transform1" type="xslt" in="o" out="a">
           <with-param name="file">test/xslt/trans1.xsl</with-param>
       </apply-external>

       <apply-external id="transform2" type="xslt" in="a" out="b">
           <with-param name="file">test/xslt/trans2.xsl</with-param>
       </apply-external>

<serialize id="write" type="writefile" in="b">
<with-param name="file">test/output/data.html</with-param>
<with-param name="indent">yes</with-param>
<with-param name="method">html</with-param>
</serialize>


   </main>
</transmorpher>

Transmorpher is provided with xalan and xerces but can be used with saxon.

Fabien TRIOLET
----------------------
INRIA Rhône-Alpes


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.