xml2tex

Converts XML to LaTeX

Repository
Git URL https://github.com/transpect/xml2tex.git
SVN URL https://github.com/transpect/xml2tex
Base URI http://transpect.io/xml2tex/

Source ⬇

xml2tex:load-config

Import

<p:import href="http://transpect.io/xml2tex/xpl/load-config.xpl"/>

Dependencies

Synopsis

<xml2tex:load-config xmlns:xml2tex="http://transpect.io/xml2tex">
  <p:input port="source" sequence="true"/>
  <p:output port="result"/>
  <p:option name="href" select="''"/>
  <p:option name="fail-on-error" select="'no'"/>
  <p:option name="collect-all-xsl" required="false" select="'no'"/>
</xml2tex:load-config>

xml2tex:convert

Converts an XML file according to an XML configuration to LaTeX.

Import

<p:import href="http://transpect.io/xml2tex/xpl/xml2tex.xpl"/>

Dependencies

Synopsis

<xml2tex:convert xmlns:xml2tex="http://transpect.io/xml2tex">
  <p:input port="source" primary="true"/>
  <p:input port="conf" primary="false"/>
  <p:input port="paths" primary="false"/>
  <p:input port="html2calstable-xslt" primary="false"/>
  <p:input port="additional-source" primary="false"/>
  <p:output port="result"/>
  <p:option name="debug" select="'yes'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
  <p:option name="status-dir-uri" select="'status'"/>
  <p:option name="fail-on-error" select="'yes'"/>
  <p:option name="preprocessing" select="'yes'"/>
  <p:option name="table-model" required="false" select="''"/>
  <p:option name="table-grid" required="false" select="''"/>
  <p:option name="no-table-grid-att" required="false" select="'role'"/>
  <p:option name="no-table-grid-style" required="false" select="'blind-table'"/>
  <p:option name="nested-tables" required="false" select="'no'"/>
  <p:option name="prefix" select="'xml2tex/'"/>
  <p:option name="only-tex-body" select="'no'"/>
  <p:option name="collect-all-xsl" required="false" select="'no'"/>
</xml2tex:convert>

GitHub sync date: 2024-04-23+02:00