Are there any XSLT processing command line tools?

2019-01-17 05:26发布

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?

8条回答
太酷不给撩
2楼-- · 2019-01-17 06:28

XQSharp includes an XSLT 2.0 command line processor. See the Xslt Command Line Reference documentation for details.

查看更多
等我变得足够好
3楼-- · 2019-01-17 06:31

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 :)

查看更多
登录 后发表回答