[Planner Dev] Editing the XSLs
- From: Roberto Allende <rallende hal famaf unc edu ar>
- To: plannerdev <planner-dev lists imendio com>
- Subject: [Planner Dev] Editing the XSLs
- Date: Sat, 12 Feb 2005 20:03:51 -0300
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]