Re: [Planner Dev] Editing the XSLs



Chris Ladd wrote:
Hi Roberto,

Your problem is here I believe:

    </center><hr>
<h1 class="proj-title"><a name="project"><xsl:value-of select="@name"/></a></h1>


The "<hr>" tag needs to be "<hr/>" or "<hr></hr>" because in XML all
tags must have an ending element tag.

Yes, stylesheet must of course be valid :) I just committed a small fix to make it not crash it the stylesheet is invalid though.

/Richard

--
Imendio AB, http://www.imendio.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]