Commit f1f2bceb authored by Nikias Bassen's avatar Nikias Bassen

xplist: Don't parse XML reserved characters in CDATA blocks

parent 659b81e0
......@@ -478,6 +478,7 @@ static char* get_text_content(parse_ctx ctx, const char* tag, int skip_ws, int u
}
q = ctx->pos;
ctx->pos+=3;
unescape_entities = 0;
}
find_char(ctx, '<', 0);
if (*ctx->pos != '<') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment