stylemapper-lib

Library to map document styles with allocation rules

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

Source ⬇

docx2hub:html

Import

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

Dependencies

Synopsis

<docx2hub:html xmlns:docx2hub="http://transpect.io/docx2hub">
  <p:output port="result" primary="true"/>
  <p:option name="file" required="true"/>
  <p:option name="main-uri" required="false"/>
  <p:option name="template" required="false"/>
  <p:option name="debug" required="false" select="'no'"/>
  <p:option name="debug-dir-uri" select="'debug'"/>
  <p:option name="status-dir-uri" select="'status'"/>
  <p:option name="temp-dir-uri" required="false" select="'temp'"/>
</docx2hub:html>

idml2xml:html

Import

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

Dependencies

Synopsis

<idml2xml:html xmlns:idml2xml="http://transpect.io/idml2xml">
  <p:output port="result" primary="true"/>
  <p:option name="file" required="true"/>
  <p:option name="main-uri" required="false"/>
  <p:option name="template" required="false"/>
  <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="temp-dir-uri" required="false" select="'temp'"/>
</idml2xml:html>

stylemapper:process

Import

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

Dependencies

Synopsis

<stylemapper:process xmlns:stylemapper="http://transpect.io/stylemapper">
  <p:input port="source" primary="true"/>
  <p:input port="single-tree-doc"/>
  <p:input port="hub-doc"/>
  <p:input port="zip-manifest"/>
  <p:output port="result" primary="true"/>
  <p:option name="template" required="true"/>
  <p:option name="debug" select="'yes'"/>
  <p:option name="debug-dir-uri" select="''"/>
</stylemapper:process>

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