Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 725 Bytes

File metadata and controls

37 lines (24 loc) · 725 Bytes

xmlnodes

Traverse through an xml file and print a text representation of the nodes/attributes

Currently .Net Core 6.0

Description:
  App to parse XML nodes

Usage:
  xmlnodes [command] [options]

Options:
  --version       Show version information
  -?, -h, --help  Show help and usage information

Commands:
  file <file>  Parse xml in a local file
  url <url>    Parse xml from the web

The output below displays the nodes and attributes.

>   Indicates nodes
>>  Indicates attributes
=   Indicates value of node or attribute

output

Note: Blank line added between nodes

image