On Mon, May 28, 2012 at 11:41 PM, Ricard de la Vega <[email protected]> wrote: > Uhmmm... in the second record (that have a --- in the title, > http://berstein.cadiretes.cesca.cat:8080/xmlui/handle/123456789/18), I see: > > <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">hello</dc:title>,
That indicates the xsl:when part is invoked, but for some reason parent.uri is empty. This shouldn't be happening. > but I want to see: > > <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">hehttp://hdl.handle.net/123456789/16llo</dc:title>, That's the expected result. I would look at the XML, but I don't know know how to ask for a specific item via OAI... I forgot how. Is there a URL you can give me? > or better: > > <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">heEnquestesllo</dc:title>, > that is the name of the collection of this item. This information is not in the currently processed XML file. We'll worry about that after we have the collection URL working. This is not related to crosswalks, but would you like to take a look at something I'm currently working on? It's an XSLT stylesheet for OAI so you don't have to look directly at XML, but the XML OAI response is transformed to HTML by your browser. Of course, you still get XML, it's just easier to look at. https://github.com/DSpace/DSpace/pull/17 It doesn't have to be today, but I'd appreciate feedback. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

