XML related stuff including, but not limited to, the XML authoring framework
modules | 11 years ago | ||
.gitignore | 11 years ago | ||
Makefile | 11 years ago | ||
README.md | 11 years ago | ||
extract_svg_layers.xsl | 11 years ago | ||
format-master.xml | 12 years ago | ||
generate_calendar_dates.php | 11 years ago | ||
html_calendar.xsl | 12 years ago | ||
latex_calendar.xsl | 12 years ago | ||
oracle-docs.perl | 11 years ago | ||
xml2xslt.xsl | 11 years ago |
Master XSLT stylesheets for the INFO database authoring framework.
To install:
% git clone https://github.com/Otago-InfoSci-Database/XML.git % cd XML % make
You’ll need to have the XML Entity Resolver set up with a catalog that includes the generated .xsl
files in this directory.
To update:
% 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 actual stylesheet code is in the modules
directory.