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
- Host: GitHub
- URL: https://github.com/raspi/file2xml
- Owner: raspi
- License: apache-2.0
- Archived: true
- Created: 2018-03-17T12:33:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T12:46:23.000Z (over 8 years ago)
- Last Synced: 2025-02-25T22:46:33.629Z (over 1 year ago)
- Topics: golang, joke, xml
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```
```