diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-03-14 16:24:44 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-03-14 16:24:44 +0100 |
commit | 4f6bd093d6292cea66a0152b3083ce898dab0772 (patch) | |
tree | 27af20cf5110469fbf33408ac37935250b5ee415 /xps/muxps.h | |
parent | fac8b8f9f0df6d617b333ee8cad87e295926922a (diff) | |
download | mupdf-4f6bd093d6292cea66a0152b3083ce898dab0772.tar.xz |
Support alternate content / markup compatibility tags in XPS.
Diffstat (limited to 'xps/muxps.h')
-rw-r--r-- | xps/muxps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xps/muxps.h b/xps/muxps.h index a485adca..128ed35f 100644 --- a/xps/muxps.h +++ b/xps/muxps.h @@ -19,6 +19,7 @@ char *xml_tag(xml_element *item); char *xml_att(xml_element *item, const char *att); void xml_free_element(fz_context *doc, xml_element *item); void xml_print_element(xml_element *item, int level); +void xml_detach(xml_element *node); /* xps_open_document: Open a document. |