Additions:
xbase [ [[SerializationOptions serialization options]] ] [file]
If file is specified extracts the base URI from that file, otherwise uses stdin.
xbase http://test.xmlsh.org/data/books.xml
If file is specified extracts the base URI from that file, otherwise uses stdin.
xbase http://test.xmlsh.org/data/books.xml
Deletions:
xbase < http://test.xmlsh.org/data/books.xml
Additions:
xbase [ [[SerializationOptions serialization options]] ]
xbase < http://test.xmlsh.org/data/books.xml
Result
[[Commands]]
xbase < http://test.xmlsh.org/data/books.xml
Result
[[Commands]]
Deletions:
$ xbase < http://test.xmlsh.org/data/books.xml
Deletions:
Additions:
xbase
Deletions:
**Options**
-i expr Uses a literal xml expression as input instead of stdin or file
Additions:
======Command xbase======
Deletions:
Additions:
=======Command xbase=======
=====Name=====
-i expr Uses a literal xml expression as input instead of stdin or file
$ xbase < http://test.xmlsh.org/data/books.xml
http://test.xmlsh.org/data/books.xml
=====Name=====
-i expr Uses a literal xml expression as input instead of stdin or file
$ xbase < http://test.xmlsh.org/data/books.xml
http://test.xmlsh.org/data/books.xml
Deletions:
$ xbase < file.xml
Additions:
========Name========
**xbase** Extracts the URI Base from an XML document or node
xbase [options] [file]
$ xbase < file.xml
**xbase** Extracts the URI Base from an XML document or node
xbase [options] [file]
$ xbase < file.xml
Deletions:
**xaddbase** Adds xml:base attributes to an XML file.
xaddbase [options] [file]
-r relative
-a all
$ xaddbase -r file.xml