xml2idml

IDML synthesis from configurable XML or HTML

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

Source ⬇

xml2idml:add-aid

Import

<p:import href="http://transpect.io/xml2idml/xpl/add-aid-attributes.xpl"/>

Dependencies

Synopsis

<xml2idml:add-aid xmlns:xml2idml="http://transpect.io/xml2idml">
  <p:input port="source" primary="true"/>
  <p:input port="paths" primary="true"/>
  <p:input port="mapping-xml" primary="false"/>
  <p:output port="result" primary="true"/>
  <p:option name="mapping-schema" select="'../schema/mapping.rng'"/>
  <p:option name="debug" required="false" select="'no'"/>
  <p:option name="debug-dir-uri" required="false" select="resolve-uri('debug')"/>
</xml2idml:add-aid>

xml2idml:store

Import

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

Dependencies

Synopsis

<xml2idml:store xmlns:xml2idml="http://transpect.io/xml2idml">
  <p:input port="source" primary="true"/>
  <p:input port="paths"/>
  <p:output port="result" primary="true"/>
  <p:option name="zip-file-uri" required="true"/>
  <p:option name="debug"/>
  <p:option name="debug-dir-uri" required="false" select="resolve-uri('debug')"/>
</xml2idml:store>

tr:xml2idml

Import

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

Dependencies

Synopsis

<tr:xml2idml xmlns:tr="http://transpect.io">
  <p:input port="source" primary="true"/>
  <p:input port="paths"/>
  <p:output port="result" sequence="true" primary="true"/>
  <p:option name="template"/>
  <p:option name="mapping"/>
  <p:option name="idml-target-uri" select="''"/>
  <p:option name="idmltemplate-expanded-dir-uri" required="false" select="''"/>
  <p:option name="debug"/>
  <p:option name="debug-dir-uri" required="false" select="resolve-uri('debug')"/>
  <p:option name="status-dir-uri" required="false" select="concat($debug-dir-uri, '/status')"/>
</tr:xml2idml>

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