semex

Extrection of semantic data (values+units, etc.) from tables

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

Source ⬇

isosts:tables2html

Import

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

Dependencies

Synopsis

<isosts:tables2html xmlns:isosts="http://www.iso.org/ns/isosts">
  <p:input port="source" primary="true"/>
  <p:input port="tr3k2nisosts-xsl"/>
  <p:input port="nisosts2html-xsl"/>
  <p:input port="add-semantics-xsl"/>
  <p:input port="quantities2html-xsl"/>
  <p:input port="quantity-lookup"/>
  <p:input port="table-head-lookup"/>
  <p:output port="result" sequence="true" primary="true"/>
  <p:option name="sts-base-dir" select="''"/>
  <p:option name="debug" select="'no'"/>
  <p:option name="debug-dir-uri" select="''"/>
  <p:option name="xlsx-template" select="'http://this.transpect.io/a9s/beuth/html2xlsx/template.xlsx'"/>
  <p:option name="single-xlsx-tables" select="'no'"/>
</isosts:tables2html>

isosts:process-single-file

Processes single input files (TR3K or (N)ISO STS).

Import

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

Synopsis

<isosts:process-single-file xmlns:isosts="http://www.iso.org/ns/isosts">
  <p:input port="source" primary="true"/>
  <p:input port="tr3k2sts-stylesheet"/>
  <p:input port="nisosts2html-stylesheet"/>
  <p:input port="add-semantics-stylesheet"/>
  <p:input port="quantities2html-stylesheet"/>
  <p:input port="quantity-lookup-file"/>
  <p:input port="table-head-lookup-file"/>
  <p:output port="result" sequence="true" primary="true"/>
  <p:option name="debug" select="'no'"/>
  <p:option name="debug-dir-uri" select="''"/>
  <p:option name="xlsx-template" select="''"/>
  <p:option name="single-xlsx-tables" select="'no'"/>
</isosts:process-single-file>

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