Re: Extracting data from an XML file

2004-01-05 Thread Eric Lease Morgan
I wrote: > Can you suggest a fast, efficient way to use Perl to extract selected > data from an XML file?... First of all, thank you everyone who promptly replied to my query. Second, I was not quite clear in my question. Many people said I should write an XSLT style sheet to transform my XML do

Re: Extracting data from an XML file

2004-01-05 Thread Paul Hoffman
On Monday, January 5, 2004, at 03:54 PM, Eric Lease Morgan wrote: To create my HTML files with rich meta data, I need to extract bits and pieces of information from the teiHeader of my originals. The snippet of code below illustrates how I am currently doing this with XML::LibXML: [...] The co

Re: Extracting data from an XML file

2004-01-05 Thread Ed Summers
On Mon, Jan 05, 2004 at 03:54:09PM -0500, Eric Lease Morgan wrote: > The code works, but is really slow. Can you suggest a way to improve my code > or use some other technique for extracting things like author, title, and id > from my XML? It's slow because you're building a DOM for the entire doc

Koha

2004-01-05 Thread Jacobs, Jane W
I'm forwarding a question from a colleague in NYC: "Do you know of any libraries closer than New Zealand or Europe that use Koha? We are almost ready to consider it." I'd appreciate anyone who can be a resource, preferably in the US, to respond on or off the list. Thanks. JJ **Views expressed

Extracting data from an XML file

2004-01-05 Thread Eric Lease Morgan
Can you suggest a fast, efficient way to use Perl to extract selected data from an XML file? I am in the process of re-writing my Alex Catalogue of Electronic Texts. In this re-write I will be marking up items in the collection as TEI/XML files. These files will them become my archival copies of

Re: Net::Z3950 and diacritics [book catalogs]

2004-01-05 Thread Eric Lease Morgan
On 12/16/03 8:57 AM, Eric Lease Morgan <[EMAIL PROTECTED]> wrote: > Upon further investigation, it seems that MARC::Batch is not necessarily > causing my problem with diacritics, instead, the problem may lie in the way I > am downloading my records using Net::Z3950 Thank you to everybody who