Revision [1058]
This is an old revision of CommandXuri made by DavidLee on 2009-11-25 18:21:46.
Command xuri
Name
xuri Constructs and disects URI'sSynopsis
xuri [options] urixuri [options] base uri
xuri [options] scheme ssp fragment
xuri [options] scheme host path fragment
xuri [options] scheme authority path query fragment
xuri [options] scheme user host port path query fragment
As a special case, in the 1 argument case if the uri has no scheme it is converted into a file URI.
Options
Supports the standard [ serialization options ]
-authority -a | Outputs the authority |
-fragment -f | Outputs the fragment |
-host -h | Outputs the host |
-path -p | Outputs the path |
-port -P | Outputs the Port |
-query -Q | Outputs the query |
-scheme -s | Outputs the scheme |
Description
Example:
xuri http test.xmlsh.org /data/books.xml ""
Result
http://test.xmlsh.org/data/books.xml
Example
xuri -p http test.xmlsh.org /data/books.xml ""
Result
/data/books.xml
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.Commands
CategoryCommands