GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HXUNXMLNS(1) HTML-XML-utils HXUNXMLNS(1)

hxunxmlns - replace XML "global names" by Namespace prefixes

hxunxmlns [ -- ] [ file ]

hxunxmlns is the reverse of hxxmlns(1). It converts element and attribute names of the form


<{URL1}foo {URL2}bar="...">

to


<foo xmlns="URL1" xmlns:x="URL2" x:bar="...">

The predefined XML Namespace is recognized and replaced by the prefix "xml:".

The following exit values are returned:
0
Successful completion.
> 0
One or more errors occurred in the parsing of the file.

hxxmlns(1)

The error recovery for incorrect XML is primitive.
10 Jul 2011 7.x

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.