Question using Instr and substring
I've tried the following to parse it out:
<?xdofx:substring(Fractional_Routing__,1,xdofx:Instr(Fractional_Routing__,'/',1)-1)?> --to get the top portion
and
<?xdoxslt:right(Fractional_Routing__,3)?> --to get the bottom portion
This isn't working. Any suggestions?