2.4 Indirect Scripts

If the root xtpipes element has no children, the input file is searched for an alternative script within a processing instruction of the form <?xtpipes file="..." ?>.

<..script := xtpipes processing instruction..>
 if( inData == null ){
    <.search file for xtpipes instruction.>
 } else {
    <.search string for xtpipes instruction.>
 }
 -_-_-