]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Make maintain_901() more robust in the presence of namespaces
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Jul 2010 19:03:41 +0000 (19:03 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Jul 2010 19:03:41 +0000 (19:03 +0000)
commit9c81053a6aa3982025f737850dcc595a7f598ad5
tree853c0846327ba269228c946b45da1b6b609048a1
parentade1aece4d28feb90abae179ff02f52d7690c5f0
Make maintain_901() more robust in the presence of namespaces

Some records manage to get XML namespace declarations into each element,
like <datafield xmlns:marc="http://www.loc.gov/MARC21/slim"

This broke the old maintain_901(), so we'll make the regex more robust

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16919 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.functions.config.sql
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0335.schema.maintain_901_xmlns.sql [new file with mode: 0644]