On Thu, Feb 12, 2009 at 10:25 PM, Pottinger, Hardy J.
<pottinge...@umsystem.edu> wrote:
> Hi, thanks Mark and Van, mvn and ant move these new files just fine
> (they are where you suggested, Mark). My issue is that the modification
> to template.xml suggested by the wiki...
>
> http://wiki.dspace.org/index.php/Manakin_theme_tutorial#Adding_static_pa
> ges
>
> ...does not appear to work. I did try to feed "xsl:copy-of select" the
> full path (/themes/[your-theme]/pages/add.xml), as I thought maybe that
> was what you were suggesting, but I'm still seeing a Page not found
> error in the title of the page, and a blank body (i.e. all the other>

Okay, your problem is that you can't <xsl:copy-of> an external
document. You have to do a document() call. What will probably work is
some variation on

<xsl:apply-templates select="document(http://path-to-your-doc.html)"/>

I'm not sure off the top of my head whether you should be using the
http: or cocoon: scheme, or whether the path should be absolute or
relative (though absolute *should* work), but play around a bit and
see if this doesn't fix it.

Dorothea

-- 
Dorothea Salo                ds...@library.wisc.edu
Digital Repository Librarian      AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to