XmlStatistic
From BioSchemas
XmlStatistic is a simple Visual Basic.NET program to calculate some statistics for one or more XML documents, e.g. the number of elements or attributes. It is also useful to estimate the ratio of metadata to real data, of (insignificant) whitespace to real data and of metadata plus (insignificant) whitespace to real data.
Contents |
[edit]
Usage
XmlStatistic.exe Document1.xml Document2.xml ...
The output is written to STDOUT in a very simple XML format.
[edit]
Requirements
One of the following runtime libraries depending on the used operating system:
- Mono-Runtime 1.1 for Windows, Linux, Mac or any other Unix-based OS
- Microsoft .NET Framework 1.1 for Windows
[edit]
Download
Download the latest release from the project site.
[edit]
Contact
Report bugs to the Bug tracker or ask your question in the help forum.
[edit]
Developers
- Martin Szugat (maintainer)
