html2hub

Converts HTML to Hub XML

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

Source ⬇

html2hub:convert

Import

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

Dependencies

Synopsis

<html2hub:convert xmlns:html2hub="http://transpect.io/html2hub">
  <p:input port="source" primary="true"/>
  <p:input port="stylesheet"/>
  <p:input port="other-params" sequence="true" primary="true"/>
  <p:input port="schema" primary="false"/>
  <p:output port="result" primary="true"/>
  <p:output port="css-xml-representation"/>
  <p:option name="debug" required="false" select="'no'"/>
  <p:option name="debug-dir-uri" required="false" select="resolve-uri('debug')"/>
  <p:option name="prepend-hub-xml-model" required="false" select="'true'"/>
  <p:option name="hub-version" select="'1.1'"/>
  <p:option name="archive-dir-uri" required="false" select="''"/>
  <p:option name="src-type" required="false" select="'xhtml11'"/>
  <p:option name="shorthand-css" required="false" select="'no'"/>
  <p:option name="keep-css-atts" required="false" select="'no'"/>
  <p:option name="mediaquery-constraint" required="false" select="''"/>
</html2hub:convert>

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