[Portfolio] 503 for DTD request in templated portfolios that import other templates

Sean Keesler sean.keesler at threecanoes.com
Thu Nov 19 12:09:30 PST 2009


Has anyone developed a portfolio template using an xsl file that imports
other xsl files?
Like this:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

<!-- this needs to be any publicly accessible xsl file -->
<xsl:import href="http://yourserver.edu/path/to/your/imported.xsl"/>

   <xsl:template match="/">
     <xsl:text>Hey there!</xsl:text>
   </xsl:template>

</xsl:stylesheet>


When I do, I get a 503 error in the logs related to DTD issues.

I wrote it up as http://jira.sakaiproject.org/browse/SAK-17423.
It seems like it is similar to the stack trace that was occurring in free
form portfolios in http://jira.sakaiproject.org/browse/SAK-16536.

This is 2-6-x branch r69087.


Sean Keesler
130 Academy Street
Manlius, New York 13104 USA
315-663-7756
sean.keesler at threecanoes.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/portfolio/attachments/20091119/236ab241/attachment.html 


More information about the portfolio mailing list