16 lines
380 B
Markdown
16 lines
380 B
Markdown
# XML Cleaner
|
|
|
|
Simple webapp to clean up XML datasets.
|
|
|
|
Currently hardcoded to find the `tartalom` tags in multiple files,
|
|
and dump their text content into a single txt file.
|
|
|
|
Removes all xml tags contained in CDATA strings, along with unnecessary whitespaces.
|
|
|
|
## Building
|
|
1. Run the Typescript compiler.
|
|
```
|
|
tsc
|
|
```
|
|
|
|
2. Deploy `index.html` and the `out` folder to a webserver. |