An open API service indexing awesome lists of open source software.

https://github.com/raspi/file2xml

Convert any file to handy safe XML
https://github.com/raspi/file2xml

golang joke xml

Last synced: about 1 year ago
JSON representation

Convert any file to handy safe XML

Awesome Lists containing this project

README

          

# File2XML
Convert any file to handy byte safe XML

Inspired by http://thedailywtf.com/articles/Oh%2c-XML

## Example

File test.txt contents:
```
test
```

output.xml:
```


















































```