mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
The ultimate quest of this module is to produce from non-XML text
|
|
text, that will will most probably pass through any XML parser one
|
|
could find.
|
|
|
|
Basic cleaning is just XML tag matching (for every opening tag there
|
|
will be closing tag as well, and they will form a tree structure).
|
|
|
|
When you add some extra parameters, you will receive complete XML
|
|
text, including XML head and root element (if none were defined in
|
|
text, then some will be added).
|