[Planner Dev] Editing the XSLs



Hello

I'm customizing mrproject2html.xsl. Where it said:

<html>
   <xsl:call-template name="htmlhead">
<xsl:with-param name="title"><xsl:value-of select="@name"/></xsl:with-param>
   </xsl:call-template>

   <body>
<h1 class="proj-title"><a name="project"><xsl:value-of select="@name"/></a></h1> Now says:
<html>
   <xsl:call-template name="htmlhead">
<xsl:with-param name="title"><xsl:value-of select="@name"/></xsl:with-param>
   </xsl:call-template>

   <body>
    <center>
<a href="index.html">Volver</a> - <a href="../index.html">Proyectos</a> -
     <a href="../../index.html">Home menttes</a>
    </center><hr>
<h1 class="proj-title"><a name="project"><xsl:value-of select="@name"/></a></h1>

And when i export to html the system crashes: The application planner has quit unexpectedly....

Regards
r.




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