Skip to content

icodeintx/xmlnodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

quick print of all nodes/attributes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages