|
$(App.Path.Home) |
The path where XMLBlueprint is installed.
Example: [C:\Program Files\XMLBlueprint 6] | ||
|
$(App.URL.Home) |
The URL where XMLBlueprint is installed.
Example: [file:///C:/Program%20Files/XMLBlueprint 6] | ||
|
$(User.Path.Home) |
The path where XMLBlueprint can find the user's data.
Example: [C:\Documents and Settings\[USER]\Application Data\XMLBlueprint 6] | ||
|
$(User.URL.Home) |
The URL where XMLBlueprint can find the user's data.
Example: [file:///C:/Documents%20and%20Settings/[USER]/Application%20Data/XMLBlueprint%206] | ||
|
$(Path) |
The complete Path (Drive+Dir+FileName+FileExt) of the active file.
Example: [C:\Program Files\WinZip\README.TXT] | ||
|
$(Path.Drive) |
The drive of the active file.
Example: [C:] | ||
|
$(Path.Dir) |
The directory of the active file.
Example: [\Program Files\WinZip\] | ||
|
$(Path.FileName) |
The filename of the active file.
Example: [README] | ||
|
$(Path.FileExt) |
The filename extension of the active file.
Example: [.TXT] | ||
|
$(URL) |
The complete URL (Protocol+Host+Dir+FileName+FileExt) of the active file.
Example: [http://www.google.com/search?q=xmlblueprint] | ||
|
$(URL.Protocol) |
The protocol of the active file.
Example: [http://] | ||
|
$(URL.HostName) |
The hostname of the active file.
Example: [www.google.com] | ||
|
$(URL.Dir) |
The directory of the active file.
Example: [/] | ||
|
$(URL.FileName) |
The filename of the active file.
Example: [search] | ||
|
$(URL.FileExt) |
The filename extenstion of the active file.
Example: [] | ||
|
$(URL.Query) |
The query of the active file.
Example: [?q=xmlblueprint] | ||
|
$(Schema.Path) |
The Path of the schema of the active file. | ||
|
$(Schema.URL) |
The URL of the schema of the active file. | ||
|
$(XML.Path) |
The Path of the XML file, used in XSLT Transformations. | ||
|
$(XML.URL) |
The URL of the XML file, used in XSLT Transformations. |