Re: [Dspace-tech] Software to support crosswalk from MARC to Dublin Core

2008-02-04 Thread Mika Stenberg
You can try Marcedit, found at: http://oregonstate.edu/~reeset/marcedit/html/index.php -Mika We have taken the baby steps to get started with dspace and are working out the details of the metadata. We believe that it will be best to move from MARC to Dublin Core (rather than DC to MARC)

[Dspace-tech] Manakin: namespace declarations in output?

2008-02-04 Thread Dorothea Salo
A few of my Manakin-derived HTML pages have namespace declarations in them, and I can't figure out why, as there's nothing in the culprit namespace in the output and exclude-result-prefixes is duly on. The i18n namespace seems to be the commonest offender, though I am also seeing the DRI namespace

Re: [Dspace-tech] Software to support crosswalk from MARC to Dublin Core

2008-02-04 Thread Urban Andersson
If you are comfortable working with perl, the Marc::Record module might be a good tool to use for batch converting MARC records into DSpace Dublin core. There is a decent tutorial, as well as files for download, at http://marcpm.sourceforge.net/ I have some scripts that I have created earlier

[Dspace-tech] Profile page instead of main page after Manakin login?

2008-02-04 Thread Dorothea Salo
If you try to access a login-required page in Manakin, Manakin logs you in and sends you back there. So far, so good. If, however, you log in from an open page, Manakin sends you back to its home page. Not so good -- in fact, quite confusing (it feels like a failed login to *me*). I can't figure

[Dspace-tech] Build Fail problem

2008-02-04 Thread LARC/J.L.Shipman/jshipman
Hi, I am trying to install dspace 1.4.2 on a Sun running Solaris 10 with Postgres 8.2.4. When I try to run ant fresh_install, I get the following error Buildfile: build.xml BUILD FAILED file:/export/home/dspace-1.4.2-source/build.xml:88: Unexpected element loadproperties

Re: [Dspace-tech] Customized submissions?

2008-02-04 Thread Tim Donohue
Damian, At this point in time, there is no ability to select from various submission forms within DSpace, even with the Configurable Submission in DSpace 1.5. With the Configurable Submission you could build different submission forms for different Collections in DSpace (however, it's still

[Dspace-tech] Software to support crosswalk from MARC to Dublin Core

2008-02-04 Thread Hulbert, Linda A.
We have taken the baby steps to get started with dspace and are working out the details of the metadata. We believe that it will be best to move from MARC to Dublin Core (rather than DC to MARC) and wondered if there is software already out there to support that work. Thanks. Linda

Re: [Dspace-tech] Software to support crosswalk from MARC to Dublin Core

2008-02-04 Thread Jayan Chirayath Kurian
http://interoperating.info/courses/perl4data/node/17 Just another reference. Jayan From: [EMAIL PROTECTED] on behalf of Urban Andersson Sent: Mon 2/4/2008 11:12 PM Cc: 'dspace-tech@lists.sourceforge.net'; [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: Re:

Re: [Dspace-tech] Manakin: namespace declarations in output?

2008-02-04 Thread Dorothea Salo
On Feb 4, 2008 2:34 PM, Conal Tuohy [EMAIL PROTECTED] wrote: I believe there's a namespace cleanup transformer that at least some of the themes use prior to HTML serialisation. Oh? How would I recognize this thing? BTW, in XSLT, the exclude-result-prefixes feature only prevents the

Re: [Dspace-tech] Manakin: namespace declarations in output?

2008-02-04 Thread Conal Tuohy
Hi Dorothea I believe there's a namespace cleanup transformer that at least some of the themes use prior to HTML serialisation. BTW, in XSLT, the exclude-result-prefixes feature only prevents the automatic propagation of namespace bindings and doesn't apply if your XSLT uses xsl:copy to copy an

Re: [Dspace-tech] Manakin: namespace declarations in output?

2008-02-04 Thread Conal Tuohy
On Mon, 2008-02-04 at 14:39 -0600, Dorothea Salo wrote: On Feb 4, 2008 2:34 PM, Conal Tuohy [EMAIL PROTECTED] wrote: I believe there's a namespace cleanup transformer that at least some of the themes use prior to HTML serialisation. Oh? How would I recognize this thing? My memory did

Re: [Dspace-tech] example: a Manakin Aspect to modify the breadcrumb trail

2008-02-04 Thread Dorothea Salo
On Feb 4, 2008 4:23 PM, Conal Tuohy [EMAIL PROTECTED] wrote: Recently there was a discussion here about programming Manakin aspects in XSLT. I thought I'd post here a small example of something I did here to show how it can be done. Why would one program XSLT into an Aspect rather than a

Re: [Dspace-tech] Build Fail problem

2008-02-04 Thread lcs
You need ant version 1.6.5 or later -- check it with ant -version. See ant.apache.org if you need to download a newer version. -- Larry On Feb 4, 2008, at 12:32 PM, LARC/J.L.Shipman/jshipman wrote: Hi, I am trying to install dspace 1.4.2 on a Sun running Solaris 10 with