mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:55:11 +00:00
[MOD] Get rid of childrenless tags in XMLd text
This commit is contained in:
parent
3c5b9aac82
commit
74f3fbdccc
3 changed files with 51 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ typedef struct XMLElement {
|
|||
extern XMLElement * XMLCDecode(Stream *stream, bool autofree, bool html);
|
||||
#define XMLDecode(stream, autofree) XMLCDecode(stream, autofree, false)
|
||||
|
||||
extern XMLElement * XMLCopy(XMLElement *original);
|
||||
extern XMLElement * XMLCreateTag(char *name);
|
||||
extern XMLElement * XMLCreateText(char *data);
|
||||
extern void XMLAddAttr(XMLElement *element, char *key, char *val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue