introduce text_raw

This commit is contained in:
Nishi 2026-03-16 22:20:10 +09:00
commit 444453a821
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 13 additions and 3 deletions

View file

@ -43,6 +43,7 @@ struct xl_node {
int type;
char* name;
char* text;
char* text_raw;
xl_attribute_t* first_attribute;
xl_node_t* root;