logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hxxmlns - replace XML Namespace prefixes by "global names"

Description

hxxmlns expands all element and attribute names to "global names" by expanding the prefix. All names will
       be  printed as "{URL}name". Attribute names without a prefix will have an empty namespace part: "{}name".
       The namespace attributes (those that start with "xmlns") will be removed.

       By default comments, PIs and the DOCTYPE declaration are copied unchanged, but with option  -d  they  are
       removed.

       [ToDo]

7.x                                                10 Jul 2011                                        HXXMLNS(1)

Name

       hxxmlns - replace XML Namespace prefixes by "global names"

Synopsis

hxxmlns [ -d ] [ -- ] [ file ]

See Also