Skip to content

An XML Calabash 3.x extension step that implements an Invisible XML processor

Notifications You must be signed in to change notification settings

ndw/coffeepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeePress, an Invisible XML step

This is an an XML Calabash 3.x extension step that implements an Invisible XML processor.

<p:declare-step type="cx:invisible-xml">
     <p:input port="grammar" sequence="true" content-types="any"/>
     <p:input port="source" primary="true" content-types="any"/>
     <p:output port="result" content-types="any"/>
     <p:option name="parameters" as="map(xs:QName, item()*)?"/>    
     <p:option name="fail-on-error" as="xs:boolean" select="true()"/>
</p:declare-step>

This is intended to implement the standard p:ixml step, but it’s still under development.

About

An XML Calabash 3.x extension step that implements an Invisible XML processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published