introduce text_raw
This commit is contained in:
parent
3b7633c2cb
commit
444453a821
2 changed files with 13 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue