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

RE: Parsing xml with saxon

Subject: RE: Parsing xml with saxon
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 29 Sep 2005 12:04:01 +0100
ant task parse xml
There's a fair bit of information on running Saxon transformations from an
Ant task if you look around. For example

http://www.xml.com/pub/a/2002/12/11/ant-xml.html?page=2

It helps to get the terminology right: your task isn't "parsing XML", it is
"running an XSLT transformation".

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Shailesh Shinde [mailto:shailesh@xxxxxxxxxxxx] 
> Sent: 29 September 2005 11:42
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Parsing xml with saxon
> 
> Hi All,
> 
> I have to parse xml file with Saxon instead of msxsl.exe.
> How will I do that as my xml contains?
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <project name="MyTask" basedir="." default="build">
> 
> <property name="dir.in" value="E:\Test1"/>
> 
> <target name="build">
> 	<antcall target="create_master_xml"/>
> </target>
> 
> 
> <target name="create_master_xml">
> 	<exec dir="${dir.in}" executable="cmd" failonerror="true">
> 		<arg line="/c msxsl -o test1.xml Test_File_Loc.xml
> Test_combine.xsl"/>
> 	</exec>
> </target>
> 
> </project>
> 
> Do I need to change msxsl to???
> 
> Thanks,
> Shailesh

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.