OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] xslt transform

[ Lists Home | Date Index | Thread Index ]

Hi,

I would use Apache's Ant:

http://ant.apache.org/

and the Xslt task:

http://ant.apache.org/manual/CoreTasks/style.html

For example:

<xslt basedir="doc" destdir="build/doc"
      extension=".html" style="my.xsl">
  <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
    <attribute name="http://xml.apache.org/xalan/features/optimize"; 
value="true"/>
  </factory>
  <param name="someParam" expression="some value"/>
</xslt>

This allows you to choose a directory (or directories) where your source 
lives and apply a transformation to output them to some other directory.

best,
-Rob


Mike Fitzgerald wrote:

> Some choices...
>
> Instant Saxon (Win exe) and Saxon (Java, growing support of  XSLT 2.0) 
> http://saxon.sourceforge.net
>
> Xalan (Java) http://xml.apache.org/xalan-j/ and Xalan C++ 
> http://xml.apache.org/xalan-c/
>
> MSXSL 
> http://www.microsoft.com/downloads/details.aspx?FamilyId=2FB55371-C94E-4373-B0E9-DB4816552E41&displaylang=en 
>
>
> Mike
>
> Esteban Pizzini wrote:
>
>> Hi,
>>
>> I'm looking for a command line application that converts xml using 
>> xslt...
>> I use Oxygen for tests, but I need to convert a lot of xml (more than 
>> 400000) and oxygen gets slow when working with a lot of files...
>>
>> Thank you,
>> Esteban
>





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS