M+Export
decider.pl
Submitted by Maurice on Tue, 05/18/2010 - 15:20We talked about the decider today. The decider is supposed to select the media resources which shall be published. We agreed to use only one algorithm. By this I mean a relatively complex decision process and NOT a simple mapping rule, as for example:
if string "alpha" in field a then publish this resource to alpha.
- Maurice's blog
- Login to post comments
- Read more
Exporting MPX, Part II
Submitted by Maurice on Thu, 03/11/2010 - 18:45This is the second part of my blog on exporting MuseumPlus (M+) to xml. I write this part for Frank. In this part, I describe how you get simple XML out of the RTF which produced in the first part. I had written perl, batch and xslt years ago and I was really curious if it still works, -- and yes it does! The outcome of this step is nice xml in a structure which obviously mimicks the "internal" structure of the database.
- Maurice's blog
- Login to post comments
- Read more
Exporting MPX, Part I
Submitted by Maurice on Thu, 03/11/2010 - 14:06Why and what for?
This is a description how to get XML data out of MuseumPlus (M+). I write this for Rainer and his current project. The idea is to see how this export can be optimized, and how much can be done by others. Originally, I have written this export for ethnoArc. This page describes the first part of the process which could easily be done by someone else.
Technical overview and justification
- Maurice's blog
- Login to post comments
- Read more
Export XML from MuseumPlus
Submitted by Maurice on Tue, 12/02/2008 - 01:28In the ethnoArc project, I created a way to export data from MuseumPlus, a proprietary museum documentation system, to xml data. The idea was not to access data in any way illeagally, so that I use clumsy report function. As a result, the export is rather tedious and error prone, but it works. I use a combination of perl, batch, xslt scripts which I explain in this series of postings.
- Login to post comments
Part IV: MPX to Museumdat
Submitted by Maurice on Mon, 12/01/2008 - 12:33My notes on converting MPX to Museumdat.
- Use mpx2mdat....xsl to transform mpx.lvl3 to museumdat
- cpMdatResources.pl seems to be the version I used in the museum. It changes the path and copies the images.
TODO:I should include the creation of thumbs and their corresponding listing in the museumdat-xml file.
For more info on museumdat see www.museumdat.org
- Maurice's blog
- Login to post comments
Exporting MPX, Part III (The Result)
Submitted by Maurice on Fri, 11/28/2008 - 14:51For the ethnoArc project I created an XML export from the museum's database MuseumPlus by Zetcom (http://www.zetcom.ch/).
This format mimicks the internal structure. I will upload the current XSD to this blog.
It basically looks like this
- Maurice's blog
- Login to post comments
- Read more
