xsl-list
[Top] [All Lists]

RE: Parsing xml with saxon

2005-09-29 04:04:01
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(_at_)quagnito(_dot_)com] 
Sent: 29 September 2005 11:42
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>