$(App.Path.Home) |
The path where XMLBlueprint is installed.
Example: [C:\Program Files\XMLBlueprint 21] |
$(App.URL.Home) |
The URL where XMLBlueprint is installed.
Example: [file:///C:/Program%20Files/XMLBlueprint%2021] |
|
|
$(User.Path.Home) |
The path where XMLBlueprint can find the user's data.
Example: [C:\Users\[USER]\Application Data\XMLBlueprint 21] |
$(User.URL.Home) |
The URL where XMLBlueprint can find the user's data.
Example: [file:///C:/Users/[USER]/Application%20Data/XMLBlueprint%2021] |
|
|
$(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 extension 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. |
$(XSLT.Path) |
The Path of the XSLT Stylesheet, used in XSLT Transformations. |
$(XSLT.URL) |
The URL of the XSLT Stylesheet, used in XSLT Transformations. |