update xemil and allow xinclude
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good
This commit is contained in:
parent
fbdca33531
commit
2a1d634f23
3 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ static int parse_file(const char* top, const char* full) {
|
|||
xemil_t* handle = xl_open_file(full);
|
||||
int st = 1;
|
||||
|
||||
handle->new_text = 1;
|
||||
handle->param.new_text = 1;
|
||||
handle->param.do_xinclude = 1;
|
||||
|
||||
if(handle != NULL && xl_parse(handle)) {
|
||||
if(handle->root == NULL || strcmp(handle->root->name, "document") != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue