EnglishFrenchSpanish

Ad


OnWorks favicon

xmlcatalog - Online in the Cloud

Run xmlcatalog in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command xmlcatalog that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


xmlcatalog - Command line tool to parse and manipulate XML or SGML catalog files.

SYNOPSIS


xmlcatalog [--sgml | --shell | --create | --del VALUE(S) |
[ --add TYPE ORIG REPLACE | --add FILENAME] | --noout | --no-super-update |
[-v | --verbose]] {CATALOGFILE} {ENTITIES...}

DESCRIPTION


xmlcatalog is a command line application allowing users to monitor and manipulate XML and
SGML catalogs. It is included in libxml(3).

Its functions can be invoked from a single command from the command line, or it can
perform multiple functions in interactive mode. It can operate on both XML and SGML files.

OPTIONS


xmlcatalog accepts the following options (in alphabetical order):

--add TYPE ORIG REPLACE
Add an entry to CATALOGFILE. TYPE indicates the type of entry. Possible types are:
public, system, uri, rewriteSystem, rewriteURI, delegatePublic, delegateSystem,
delegateURI, nextCatalog. ORIG is the original reference to be replaced, and REPLACE
is the URI of the replacement entity to be used. The --add option will not overwrite
CATALOGFILE, outputting to stdout, unless --noout is used. The --add will always take
three parameters even if some of the XML catalog constructs will have only a single
argument.

--add FILENAME
If the --add option is used following the --sgml option, only a single argument, a
FILENAME, is used. This is used to add the name of a catalog file to an SGML
supercatalog, a file that contains references to other included SGML catalog files.

--create
Create a new XML catalog. Outputs to stdout, ignoring filename unless --noout is used,
in which case it creates a new catalog file filename.

--del VALUE(S)
Remove entries from CATALOGFILE matching VALUE(S). The --del option will not overwrite
CATALOGFILE, outputting to stdout, unless --noout is used.

--noout
Save output to the named file rather than outputting to stdout.

--no-super-update
Do not update the SGML super catalog.

--shell
Run a shell allowing interactive queries on catalog file CATALOGFILE. For the set of
available commands see the section called “SHELL COMMANDS”.

--sgml
Uses SGML super catalogs for --add and --del options.

-v, --verbose
Output debugging information.

SHELL COMMANDS


Invoking xmlcatalog with the --shell CATALOGFILE option opens a command line shell
allowing interactive access to the catalog file identified by CATALOGFILE. Invoking the
shell provides a command line prompt after which the following commands (described in
alphabetical order) can be entered.

add TYPE ORIG REPLACE
Add an entry to the catalog file. TYPE indicates the type of entry. Possible types
are: public, system, uri, rewriteSystem, rewriteURI, delegatePublic, delegateSystem,
delegateURI, nextCatalog. ORIG is the original reference to be replaced, and REPLACE
is the URI of the replacement entity to be used. The --add option will not overwrite
CATALOGFILE, outputting to stdout, unless --noout is used. The --add will always take
three parameters even if some of the XML catalog constructs will have only a single
argument.

debug
Print debugging statements showing the steps xmlcatalog is executing.

del VALUE(S)
Remove the catalog entry corresponding to VALUE(S).

dump
Print the current catalog.

exit
Quit the shell.

public PUBLIC-ID
Execute a Formal Public Identifier look-up of the catalog entry for PUBLIC-ID. The
corresponding entry will be output to the command line.

quiet
Stop printing debugging statements.

system SYSTEM-ID
Execute a Formal Public Identifier look-up of the catalog entry for SYSTEM-ID. The
corresponding entry will be output to the command line.

ENVIRONMENT


XML_CATALOG_FILES
XML catalog behavior can be changed by redirecting queries to the user's own set of
catalogs. This can be done by setting the XML_CATALOG_FILES environment variable to a
list of catalogs. An empty one should deactivate loading the default /etc/xml/catalog
catalog.

DIAGNOSTICS


xmlcatalog return codes provide information that can be used when calling it from scripts.

0
No error

1
Failed to remove an entry from the catalog

2
Failed to save to the catalog, check file permissions

3
Failed to add an entry to the catalog

4
Failed to look up an entry in the catalog

Use xmlcatalog online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad