jmhodges / xmlenum

a quick hack enumerate all tags in a (possibly large) xml file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage: xmlenum FIRST_ELEMENT_NAME FILES*

enumerate all tags in a (possibly large) xml file
    
Assumes that the cardinality of tag names is not too large, that no
tag names are shared between namespaces, that the file is well-formed, and
that no tags are ended in the wrong order.

About

a quick hack enumerate all tags in a (possibly large) xml file


Languages

Language:Go 100.0%