> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Dan Scott > Sent: December 1, 2011 16:15 > To: Evergreen Development Discussion List > Subject: Re: [OPEN-ILS-DEV] A command to order the MARC XML > > Hi Liam: > > On Thu, Dec 01, 2011 at 03:53:46PM -0500, Whalen, Liam wrote: > > What I'm interested in doing is adding some 035 tags to some of our > > MARC records via SQL, but determining where to place the 035 in the > > MARC XML with SQL is not easy. So, I was hoping I could > just append a > > <datafield> tag at the end of the last <datafield> tag and > then have a > > PostgreSQL function re-order the MARC XML for me. Is that possible? > > > See maintain_control_numbers() for an example of a > MARC::File::XML pl/perlu function currently in use.
I'm not sure where I should look to find maintain_control_numbers(). Is it in a specific schema? Liam
