first commit
This commit is contained in:
16
readme.md
Normal file
16
readme.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user