Document contents and Metadata โ
Location
โโcorpus-1/
โโsearch.xml
โโhelp.inc
โโabout.inc
โโarticle.xsl
โโmeta.xsl
โโstatic/
| โโlocales/
| | โโen-us.json
| | โโ...
| โโ...
โโcorpus-2/
โโcorpus-3/
โโ...
โโdefault/
| โโsearch.xml
| โโ...
โโ...
See
See the dedicated section for customizing documents for concrete details and examples.
article.xsl โ
article.xsl
is the XSLT file used to transform documents in your corpus from XML into HTML for display in the MyCorpus/docs/some_doc/
page. You can customize this file to change how the document content is displayed.
meta.xsl โ
meta.xsl
is the XSLT file used to transform the metadata of documents in your corpus from XML into HTML for display in the MyCorpus/docs/some_doc/
page. You can customize this file to change how the document metadata is displayed. It operates on the metadata that BlackLab has about the document, not the metadata from the document contents. The default meta.xsl
file is a simple table with all the metadata fields and their values, which is usually sufficient.
For examples and details, continue on to customizing documents.