Skip to content

Instantly share code, notes, and snippets.

@apb2006
Last active April 28, 2016 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apb2006/811a512fbc07c43b6823bfbe62a4f5ad to your computer and use it in GitHub Desktop.
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,
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