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
- Run the Typescript compiler.
tsc
- Deploy
index.htmland theoutfolder to a webserver.
Description
Languages
TypeScript
72.4%
HTML
27.6%