I want to change an XML file to a modified XML file via an XSLT file and XSLT processing tool.
For example: xsltprocess.exe -src a.xml -dest b.xml -xslt c.xslt
Can anyone assist me?
I want to change an XML file to a modified XML file via an XSLT file and XSLT processing tool.
For example: xsltprocess.exe -src a.xml -dest b.xml -xslt c.xslt
Can anyone assist me?
XQSharp includes an XSLT 2.0 command line processor. See the Xslt Command Line Reference documentation for details.
ftp://xmlsoft.org/libxml2/
The Win32 directory has a lot of goodies, next to precompiled binaries for use on commandline.
I'm not linking to the directory directly, since the root of the project has a rich set of tools for - good for everyone's flavor of the month :)