Last active
April 28, 2016 20:37
-
-
Save apb2006/811a512fbc07c43b6823bfbe62a4f5ad to your computer and use it in GitHub Desktop.
Run [Trang](http://www.thaiopensource.com/relaxng/trang.html) from BaseX. Requires trang.jar on path,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare namespace trang="java:com.thaiopensource.relaxng.translate.Driver"; | |
trang:new()=> trang:run( | |
("C:\Users\andy\git\qd-cmpx\src\main\content\components.rnc" | |
,"C:\Users\andy\git\qd-cmpx\src\main\content\output.xsd") | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment