cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

Offer a way to load a schema into Saxon configuration #40

Closed cmarchand closed 6 years ago

cmarchand commented 6 years ago

Some XSL require a schema to be loaded into Saxon configuration. As gaulois-pipe manages its own saxon configuration, we should be able to declare the schemas to load into gaulois config file.

cmarchand commented 6 years ago

Something like :

<config>
      <grammars>
        <schema href="file:///home/me/schema.xsd"/>
        <schema href="http://www.ndwalsh.com/other-schema.xsd"/>
      </grammars>
      ...
</config>
cmarchand commented 6 years ago

Solved. Have to update documentation