GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
XML
Browse code
Minor reformatting
master
1 parent
446f23b
commit
ab161367e376dabe91a69d39ee52ce3069b9a9fd
Nigel Stanger
authored
on 3 Mar 2019
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# Master XSLT stylesheets for the INFO database authoring framework You will need SAXON-B installed in order to process these successfully. The final released version of SAXON-B is 9.1.0.8. Earlier versions may not support the required features, and later versions change the architecture in ways that will probably break this framework! To install: ```bash 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. The usual approach is to create somewhere (e.g., `~/Library/Catalogs` under Mac OS X) a `catalog.xml` file that includes URI mappings for all the local `.xsl` files, then create somewhere (e.g., `~/Library/Java`) a `CatalogManager.properties` file that tells the resolver where to find catalog files (both user and system). Ensure that `CatalogManager.properties` or more likely its containing directory is in your Java class path. See the `configuration` directory for examples of both these files that you can use as a template. To update: ```bash 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.
Master XSLT stylesheets for the INFO database authoring framework. You will need SAXON-B installed in order to process these successfully. The final released version of SAXON-B is 9.1.0.8. Earlier versions may not support the required features, and later versions change the architecture in ways that will probably break this 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. The usual approach is to create somewhere (e.g., `~/Library/Catalogs` under Mac OS X) a `catalog.xml` file that includes URI mappings for all the local `.xsl` files, then create somewhere (e.g., `~/Library/Java`) a `CatalogManager.properties` file that tells the resolver where to find catalog files (both user and system). Ensure that `CatalogManager.properties` or more likely its containing directory is in your Java class path. See the `configuration` directory for examples of both these files that you can use as a template. 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.
Show line notes below