Optional FO Formatter --> add SVG and MathML serializer

On the same track of XSL FO Formatter, I propose to add SVG and MathML
Serializer

== SVG ==

<p:declare-step type="p:svg-formatter">
     <p:input port="source" sequence="no"/>
     <p:output port="result" sequence="no"/>
     <p:option name="uri" required="yes"/>
     <p:option name="output"/>
     <p:parameter name="*"/>
</p:declare-step>

The output of this step is a document containing a single element of the form:

<c:result href = anyURI type = string/>

and

== MathML ==

<p:declare-step type="p:mathml-formatter">
     <p:input port="source" sequence="no"/>
     <p:output port="result" sequence="no"/>
     <p:option name="uri" required="yes"/>
     <p:option name="output"/>
     <p:parameter name="*"/>
</p:declare-step>

The output of this step is a document containing a single element of the form:

<c:result href = anyURI type = string/>





-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Tuesday, 1 May 2007 19:29:06 UTC