Hi folks, I hope someone could help me with this.

I'm adding static content to my dspace, so I'm modifying the file at

webapps/xmlui/themes/Mirage/lib/xsl/core/page-structure.xsl

I'v had added the title and the breadcrumb without problems, and test
adding the HTML for the body at

<!-- Check for the custom pages -->
<xsl:choose>
   <xsl:when test?starts-with($request-uri, 'page/acerca')">
      <div><h1>TESTING TESTING</h1></div>
   </xsl:when>

Now, I don't want to copy here all the content of my different static
pages, I want to import the content from the html files.

I did it once using this sentence:
<xsl:copy-of select="document('acerca.html')"/>

But now it isn't working, I don't know if there are permission isues or
where do this html need to be.

Thanks,

Guillermo

-- 
La pureza del alma no se pierde sin consentimiento
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to