summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-11-24 15:34:00 +0100
committerRobin Watts <robin.watts@artifex.com>2012-11-26 12:49:49 +0000
commit11032ab74abc9f74161a7c2d138e894c7a7854da (patch)
treeedb49e82ec5a23a301f8c28a38fd613818b763d0 /scripts
parentf132f5df437b0fbdef73899943da56ae810f9f1f (diff)
downloadmupdf-11032ab74abc9f74161a7c2d138e894c7a7854da.tar.xz
xps: Move XML parser into fitz namespace.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rename4.sed11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/rename4.sed b/scripts/rename4.sed
new file mode 100644
index 00000000..cb27df85
--- /dev/null
+++ b/scripts/rename4.sed
@@ -0,0 +1,11 @@
+s/\<xml_element\>/fz_xml/g
+s/\<xml_element\>/fz_xml/g
+s/\<xml_parse_document\>/fz_parse_xml/g
+s/\<xml_next\>/fz_xml_next/g
+s/\<xml_down\>/fz_xml_down/g
+s/\<xml_tag\>/fz_xml_tag/g
+s/\<xml_att\>/fz_xml_att/g
+s/\<xml_text\>/fz_xml_text/g
+s/\<xml_free_element\>/fz_free_xml/g
+s/\<xml_print_element\>/fz_print_xml/g
+s/\<xml_detach\>/fz_detach_xml/g