Additions:
If you want to set XPATH to more then one directory then you can use any XML expression which produces sequences. The simplest is the sequence constructor ().
Deletions:
Additions:
[[VariablePATH]]
No Differences
Additions:
Similar to the [[VariablePATH PATH]] environment variable, the shell uses the XPATH variable as a list of directories to search to find xmlsh scripts.
As of version 1.0.2 xmlsh performs the following on startup.
- Converts platform specific directory seperator to "/"
- Splits the XPATH variable using the OS specific path seperator charactor i
- Stores the result into the xmlsh variable XPATH as a sequence of xs:string
On executing subprocesses xmlsh exports the XPATH variable to the subprocess by reversing process and reconstructing the PATH variable to the OS native representation.
Note that on some OS's environment variables are case in-sensitive (Windows). In these OS's any case for PATH (such as "XPath") is converted to all upper case XPATH.
As of version 1.0.2 xmlsh performs the following on startup.
- Converts platform specific directory seperator to "/"
- Splits the XPATH variable using the OS specific path seperator charactor i
- Stores the result into the xmlsh variable XPATH as a sequence of xs:string
On executing subprocesses xmlsh exports the XPATH variable to the subprocess by reversing process and reconstructing the PATH variable to the OS native representation.
Note that on some OS's environment variables are case in-sensitive (Windows). In these OS's any case for PATH (such as "XPath") is converted to all upper case XPATH.