XmlPrime MSBuild Task Library

XmlPrime provides a library of MSBuild Tasks. These tasks can be used to execute an XQuery query or an XSLT 2.0 transformation as part of an MSBuild project.

Importing the XmlPrime MSBuild task library

In order to use the XmlPrime MSBuild task library, the tasks must first be imported into your MSBuild project. This is done by adding the following line to the top of your project file:

 
<Import Project="$(MSBuildExtensionsPath32)\XmlPrime.Tasks\XmlPrime.Tasks.Tasks"/>
 
Query Task

Queries XML inputs by using an XQuery 1.0 program and saves the results to a file.

Transform Task

Transforms XML inputs by using an Extensible Stylesheet Language Transformation (XSLT) 2.0 program and saves the results to one or more files.