Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

basexclient(1) [debian man page]

basexclient(1)							 The XML Database						    basexclient(1)

NAME
basexclient - XML database system and XPath/XQuery processor (client mode) SYNOPSIS
basexclient [-bcdiLnopPsUvVwxz] [query] DESCRIPTION
basexclient starts a basex(1) XML database client in order to connect to a running instance of basexserver(1). Per default basexclient tries to connect to a basexserver(1) running on localhost port 1984. Connecting to a basexserver(1) requires the knowledge of a username and its corresponding credentials. For user management refer to basexserver(1) or the BaseX Documentation Wiki (http://docs.basex.org/wiki/User_Management) OPTIONS
A short description of option can be obtained from $ basexclient -h or by browsing http://docs.basex.org/wiki/Startup_Options#BaseX_Client SEE ALSO
basexserver(1), basex(1), basexgui(1) ~/.basex BaseX (standalone and server) properties ~/.basexgui BaseX additional GUI properties ~/.basexperm user name, passwords, and permissions ~/.basexevents contains all existing events ~/BaseXData Default database directory ~/BaseXData/.logs Server logs ~/BaseXRepo Package repository BaseX Documentation Wiki: http://docs.basex.org HISTORY
BaseX started as a research project of the Database and Information Systems Group (DBIS) at the University of Konstanz in 2005 and soon turned into a feature-rich open source XML database and XPath/XQuery processor. LICENSE
New (3-clause) BSD License AUTHOR
BaseX is developed by a bunch of people called 'The BaseX Team' <http://basex.org/about-us/> led by Christian Gruen <cg@basex.org>. The man page was written by Alexander Holupirek <alex@holupirek.de> while packaging BaseX for Debian GNU/Linux. 26 June 2012 basexclient(1)

Check Out this Related Man Page

XPATH(1p)						User Contributed Perl Documentation						 XPATH(1p)

NAME
xpath - a script to query XPath statements in XML documents. SYNOPSIS
xpath [-s suffix] [-p prefix] [-q] -e query [-e query] ... [file] ... DESCRIPTION
xpath uses the XML::XPath perl module to make XPath queries to any XML document. The XML::XPath module aims to comply exactly to the XPath specification at "http://www.w3.org/TR/xpath" and yet allows extensions to be added in the form of functions. The script takes any number of XPath pointers and tries to apply them to each XML document given on the command line. If no file arguments are given, the query is done using "STDIN" as an XML document. When multiple queries exist, the result of the last query is used as context for the next query and only the result of the last one is output. The context of the first query is always the root of the current document. OPTIONS
-q Be quiet. Output only errors (and no separator) on stderr. -s suffix Place "suffix" at the end of each entry. Default is a linefeed. -p prefix Place "prefix" preceding each entry. Default is nothing. BUGS
The author of this man page is not very fluant in english. Please, send him (fabien@tzone.org) any corrections concerning this text. See also XML::XPath(3pm). SEE ALSO
XML::XPath(3pm). HISTORY
This module is copyright 2000 Fastnet Software Ltd. This is free software, and as such comes with NO WARRANTY. No dates are used in this module. You may distribute this module under the terms of either the Gnu GPL, or under specific licencing from Fastnet Software Ltd. Special free licencing consideration will be given to similarly free software. Please don't flame me for this licence - I've put a lot of hours into this code, and if someone uses my software in their product I expect them to have the courtesy to contact me first. Full support for this module is available from Fastnet Software Ltd on a pay per incident basis. Alternatively subscribe to the Perl-XML mailing list by mailing lyris@activestate.com with the text: SUBSCRIBE Perl-XML in the body of the message. There are lots of friendly people on the list, including myself, and we'll be glad to get you started. Matt Sergeant, matt@sergeant.org This man page was added as well as some serious modifications to the script by Fabien Ninoles <fabien@debian.org> for the Debian Project. perl v5.10.1 2009-12-30 XPATH(1p)
Man Page