Merge branch 'master' of https://github.com/Otago-InfoSci-Database/XML
commit d3535cb92899d9fb5b4c466f571f876666d2424d
2 parents d5e7890 + fee58f7
Nigel Stanger authored on 1 Jul 2013
Showing 1 changed file
View
14
README.md
Master XSLT stylesheets for the INFO database authoring framework.
 
To install:
 
% git clone https://github.com/Otago-InfoSci-Database/XML.git
% cd XML
% make
 
Youll need to have the XML Entity Resolver set up with a catalog that includes the generated `.xsl` files in this directory.
 
To update:
 
Clone from GitHub
 
% git pull
% make
 
Documents that use the framework depend on the master stylesheets, and so will automatically rebuild from scratch the next time they are built.
 
Most of the real stylesheet code is in the `modules` directory.
Most of the actual stylesheet code is in the `modules` directory.