Revision [1238]
This is an old revision of CommandXuri made by DavidLee on 2010-02-15 10:31:49.
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 ]
-a,-authority | Outputs the authority |
-f,-fragment | Outputs the fragment |
-h,host | Outputs the host |
-p,-path | Outputs the path |
-P,-port|Outputs the Port | |
-Q,-query | Outputs the query |
-s,-scheme | 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