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

hxnsxml - convert output of hxxmlns back to XML

Description

hxnsxml  looks  for  element  and  attribute  names  that start with an XML Namespace in curly braces and
       converts  them  into  normal  element  and  attribute  names  paired  with  an  xmlns  attribute.   E.g.,
       <{http://example.org/foo}bar> is converted to <bar xmlns="http://example.org/foo">

Diagnostics

       The following exit values are returned:

       0         Successful completion.

       >0       An  error  occurred  in the parsing of the XML file.  hxnsxml will try to correct the error and
                 produce output anyway.

Name

       hxnsxml - convert output of hxxmlns back to XML

See Also

hxxmlns(1),

7.x                                                10 Jul 2011                                        HXNSXML(1)

Synopsis

hxnsxml [ file ]

See Also