MasWag / XPubLiCon

An XML-based publication list converter
Apache License 2.0
1 stars 0 forks source link

XPubLiCon

License: Apache-2.0 Validate

An XML-based publication list converter.

Although most of the part is still unimplemented, XPubLiCon is trying to be a hub among various format for publication lists. See here for an example of the Web page based on the exported HTML.

XPubLiCon is (going to be) a hub among various format for publication lists

Usage

Validation

You can validate the input XML file using the schema (schema.rnc) in Relax NG compact syntax. For example, you can use rnv.

rnv schema.rnc ./example/data.xml

(X)HTML Generation

You can generate a fragment of (X)HTML file from the input XML file using XSLT files. For example, you can use xsltproc or saxon. See also ./example/html/README.md for an example for generating a complete (X)HTML file.

xsltproc ./xslt/publications_html.xsl ./example/data.xml > publications.html