hoxsl/test/transform
Mike Gerwitz bb9107c8c1 `apply-gen' now generates functions for partial applications
This is intended as a convenient shorthand:

```xml
  <!-- these two are identical -->
  <sequence select="f:apply( my:func(), $x, $y )" />
  <sequence select="my:func( $x, $y )" />
```
2014-12-02 16:05:01 -05:00
..
apply-gen-test-in.xsl `apply-gen' now generates functions for partial applications 2014-12-02 16:05:01 -05:00
apply-gen-test.xsl *.{out=>apply} for test case apply-gen output 2014-11-24 11:08:24 -05:00
apply-gen.xspec `apply-gen' now generates functions for partial applications 2014-12-02 16:05:01 -05:00