Search all wikis and blogs »

Search results in Living in the XML and RDF world

HTTP in XProc (updated again)

UPDATE: Norm Walsh, the editor of the XProc spec and the developer of Calabash commented that PUT and DELETE are supported by XProc. See at the end o...

Directory listings in XProc

UPDATE: with some input of Vojtech Toman of EMC the code has been ameliorated so it runs now in both Calumet and Calabash. What is the re...

Debugging a XProc pipeline

I have a XProc pipeline that loops over several files. The problem I encountered is that on some files errors were thrown, but it was very hard to...

XProc for testing XSD2SCH

Rick Jelliffe posted last week the beta version of an XML schema (XSD) to Schematron converter. This convertor is a pipeline consisting of several...

Pipelines all the way

A pipeline consists of a chain of processes arranged so that the output of each process is the input of the next. This principle became especially ...

XProc and Calabash: part 1

Context Some time ago I developed an XML validation framework where two schema technologies are used in conjunction. First ...

XProc and Calabash: part 2

XProc and Calabash: part 1 Validating with ISO Schematron In XProc we have the optional step 'p:validate-with-sch...