2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00
2024-08-12 17:08:47 +02:00

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
  1. Deploy index.html and the out folder to a webserver.
Description
Simple webapp to clean up XML datasets.
Readme 28 KiB
Languages
TypeScript 72.4%
HTML 27.6%