On Mon, Jan 21, 2013 at 3:14 PM, Becker, Pascal-Nicolas <[email protected]> wrote: > I think it is not the same. It exists a format xoai, that has a quite easy > xslt ([dspace]/config/crosswalks/oai/metadataFormats/xoai.xsl) and a dim > format with a more complicated xsl > ([dspace]/config/crosswalks/oai/metadataFormats/dim.xsl). So it seems to me, > that xslts for oai do transform xml documents in xoai format. Perhaps someone > from Lyncode can confirm this?
You're right, my mistake. In XOAI, the input XML is in the custom xoai format, therefore xoai.xsl is just an identity transformation. dim.xsl shuffles the values around, but is still pretty basic. I don't know how you could test XsltCrosswalk, but I still think it's easier to develop and test the stylesheet using XOAI rather than XsltCrosswalk. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
