Hi! I'm new to DSpace customization.
I've created a very simple static page by following the example at: https://wiki.duraspace.org/display/DSPACE/Manakin+theme+tutorial#Manakinthemetutorial-Addingstaticpages adding the following snippet to my theme's xsl file: <xsl:template match="dri:body"> <xsl:choose> <xsl:when test="/dri:document/dri:meta/dri:pageMeta/dri:metada...@element='request']...@qualifier='URI']='about'"> About Us Lorem ipsum dolor si amet </xsl:when> <xsl:otherwise> <xsl:apply-templates /> </xsl:otherwise> </xsl:choose> </xsl:template> but when I visit the page, there are two problems: one is that the element in the document is set to "Page not found", even though the HTTP response code was 200. Secondly, the page does not show up in the breadcrumbs. If anyone can give me a hint as to how I might correct those problems, I would be most grateful. Regards, Syd ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

