The xtpxlib-container component contains the following support (pipelines and/or libraries) for XProc 1.0:
WARNING: XProc 1.0 support is considered deprecated and will be removed in the near future!
Module/Pipeline | Description |
---|---|
container.mod.xpl | XProc library with steps for handling xtpxlib containers. |
container.mod.xpl
File: xplmod/container.mod/container.mod.xpl
XProc library with steps for handling xtpxlib containers.
Step | Description |
---|---|
xtlcon:container-to-disk | Writes the contents of a container to disk. |
xtlcon:container-to-zip | Writes the contents of a container to a zip file. |
xtlcon:directory-to-container | Reads a directory into a container. All XML files will be read into the container, all other files will be included/referenced as external contents. |
xtlcon:zip-to-container | Reads a zip file into a container. All XML files will be read into the container, all other files will be included/referenced as external contents. |
xtlcon:container-to-disk
Writes the contents of a container to disk.
Port | Type | Primary? | Description |
---|---|---|---|
source | in | yes | The container to process. |
result | out | yes | The input container, but with changes that reflect the writing process. |
xtlcon:container-to-zip
Writes the contents of a container to a zip file.
Port | Type | Primary? | Description |
---|---|---|---|
source | in | yes | The container to process. |
result | out | yes | The input container, but with all the changes in links, paths, etc. |
xtlcon:directory-to-container
Reads a directory into a container. All XML files will be read into the container, all other files will be included/referenced as external contents.