
ojob ojob.io/formats/fromXML file=folder/myfile.xml ignore=tag1,tag2 prefix=_ filterTags=true Reads XML from stdin or from a file if defined.
| Name | Description | 
|---|---|
| file | File to read XML from | 
| ignore | Comma separated list of tags to ignore (or to include if filterTags is true) | 
| prefix | Prefix to add for representing the tags | 
| filterTags | If true, only the tags defined in ignore will be returned |