cmarchand / gaulois-pipe

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

java step added directly in tee do not fire error #10

Open cmarchand opened 7 years ago

cmarchand commented 7 years ago

Adding a in (before ) does not fire error (neither as a schema violation, neither as a validate) This shouldn't.

<tee>
   <java class="..."/>
   <pipe>...</pipe>
   <pipe>...</pipe>
</tee>