[xsl] Parsing xml with saxon

Subject: [xsl] Parsing xml with saxon
From: "Shailesh Shinde" <shailesh@xxxxxxxxxxxx>
Date: Thu, 29 Sep 2005 16:12:02 +0530
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