#
xproc
Here are 33 public repositories matching this topic...
A platform for running XProc pipelines as web applications in a Java servlet container
-
Updated
May 21, 2021 - XSLT
Tools for converting between a strict subset of DTBook and EPUB3.
html
accessibility
xml
conversion
xslt
ebook
epub
html-validation
nordic
ebooks
xproc
e-books
epub3
epub-validator
epub3-validator
dtbook
legacy-dtbook
-
Updated
Jun 30, 2021 - HTML
An adapter for running XProc pipeline in Oxygen using MorganaXProc-1
-
Updated
Aug 19, 2020 - Java
NLB branch of the super-project that aggregates all Pipeline related code. See https://github.com/daisy/pipeline for the main branch.
-
Updated
Jul 1, 2020 - HTML
A pump station for your XProc pipelines
-
Updated
Sep 9, 2020 - Clojure
File list and search in the XProc style
-
Updated
Jan 31, 2019 - Java
Sources belonging to: XProc 3.0 - Programmer Reference"
-
Updated
Apr 20, 2020 - XProc
Ferdinand von Mueller's correspondence upconversion from MS Word to TEI XML
-
Updated
Jun 16, 2021 - XSLT
Validate OAI Static Repository document
-
Updated
Aug 16, 2018 - XProc
Wishlist for XPath Syntax Extensions
xml
proposal
wip
xslt
working-group
specification
xpath
xquery
wishlist
future
xforms
xproc
workinprogress
-
Updated
Oct 28, 2018
Run XSpec XSLT and XSpec Schematron in an XProc pipeline
-
Updated
Feb 20, 2019 - XProc
Open
auth storage
1
gimsieke
commented
Oct 5, 2020
Instead of supplying username and password on the command line when invoking a pipeline, we would like to use the invoking Linux user’s cached authentication info if available, for example in /home/wbdvwork/.subversion. So if username and password are missing, the steps should look at some default locations before raising an error.
[org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationMan
Improve this page
Add a description, image, and links to the xproc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xproc topic, visit your repo's landing page and select "manage topics."
The function
xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string)supports recursion on the $new-collection, which makes it possible to say:This recursively creates a/b/c/d as needed and returns
/db/apps/a/b/c/d. This very much appreciated behavior however is undocumented.As ca