Re: xprocathon XMLPrague 2013

I have a .calabash config file in my home directory with stuff like...

<?xml version="1.0"?>
<xproc-config xmlns="http://xmlcalabash.com/ns/configuration" xmlns:px="
http://www.daisy.org/ns/pipeline/xproc" ...>
    <entity-resolver
class-name="org.apache.xml.resolver.tools.CatalogResolver"/>
    <uri-resolver
class-name="org.apache.xml.resolver.tools.CatalogResolver"/>

    <implementation type="px:zip"
class-name="org.daisy.calabash.extensions.Zip"/>
    <implementation type="px:info" class-name="
com.xmlcalabash.extensions.fileutils.Info"/>
    <implementation type="px:mkdir"
class-name="com.xmlcalabash.extensions.fileutils.Mkdir"/>
...

How would I declare <implementation type="..." class-name="..."/> in a
EXPath Package?

Jostein


On 8 February 2013 16:48, Florent Georges <fgeorges@fgeorges.org> wrote:

> On 8 February 2013 16:27, Geert Josten wrote:
>
>   Hi,
>
> > What kind of submissions do you expect to see? Small helpful libraries?
> > Single task steps? Entire programs?
>
>   Anything you find useful.  I'm sure
> https://github.com/grtjn/xproc-ebook-conv is full of goodies,
>
> https://github.com/grtjn/xproc-ebook-conv/blob/master/src/nl/grtjn/xproc/util/utils.xpl
> looks like a good candidate to me ;-)
>
>   Regards,
>
> --
> Florent Georges
> http://fgeorges.org/
> http://h2oconsulting.be/
>
>

Received on Friday, 8 February 2013 16:16:11 UTC