The xtpxlib-xoffice component contains the following XProc 3.0 pipelines:
Module/Pipeline | Description |
---|---|
create-docx.xpl | Takes as input the same kind of (unspecified) XML as create by docx-to-xml.xpl and tries to turn this into a Word file. Unfinished and experimental (for instance: tables are not (yet) supported)! |
docx-to-xml.xpl | Extracts the contents of a Word (.docx ) file in a more useable XML format (unspecified). Somewhat experimental and unfinished! |
modify-xlsx.xpl | Takes an input/template Excel (.xlsx ) and a modification specification and from this creates a new modified Excel file that merges these two sources. |
xlsx-to-xml.xpl | Extracts the contents of an Excel (.xlsx ) file in a more useable XML format. |
create-docx.xpl
Takes as input the same kind of (unspecified) XML as create by docx-to-xml.xpl
and tries to turn this into a Word file. Unfinished and experimental (for instance: tables are not (yet) supported)!
docx-to-xml.xpl
Extracts the contents of a Word (.docx
) file in a more useable XML format (unspecified). Somewhat experimental and unfinished!
modify-xlsx.xpl
Takes an input/template Excel (.xlsx
) and a modification specification and from this creates a new modified Excel file that merges these two sources.
Port | Type | Primary? | Description |
---|---|---|---|
source | in | yes | The modification specification. |
result | out | yes | The output is identical to the input but with @timestamp , @xlsx-href-in and @xlsx-href-out added to the root element. |
xlsx-to-xml.xpl
Extracts the contents of an Excel (.xlsx
) file in a more useable XML format.