Script: pathfragment-elementThe purpose of a pathfragment is to define a path that can be used in other parts of the script, and in most processing instructions that has a location as attribute. This is helpfull if we want to rearrange our filestructure. A pathfragment may be any part of a path. The definition-element may contain any number of pathfragments. <pathfragmet id="" value=""/>
The pathfragment _scriptcatalog is predefined as the filepath to the catalog containing the script The pathfragment _scripturi is predefined as the URI defining the script, as string A pathfragment is treated "as is". Pathfragments are used like this: ${fragmentid}, see for instance Command Examples: <pathfragment id="myroot" value="/mydir"/> <pathfragment id="antpath" value="c:/fixed/apache-ant/bin"/> <pathfragment id="princepath" value="c:/fixed/prince/Engine/bin"/> <pathfragment id="mydata" value="c:\fixed\data\" alternative="/home/fixed/data/"/> |