Thanks. My stylesheet can't get any simpler though. If there is a way to optimize following templates i would love to hear about it.

  <xsl:template match="dir:directory">
    <fd:selection-list>
      <xsl:apply-templates/>
    </fd:selection-list>
  </xsl:template>

<xsl:template match="dir:file">
<fd:item>
<xsl:attribute name="value"><xsl:value-of select="@name"/></xsl:attribute>
</fd:item>
</xsl:template>


Regards
Jorg

Timur Izhbulatov wrote:
Ð ÐÑÑ, 14.09.2004, Ð 17:35, Jorg Heymans ÐÐÑÐÑ:



Any ideas what could be causing this? (or even how to troubleshoot this?)


Have you tried to comment out all the map:transform elements in your
form display pipeline?

I had a similar problem and rewriting the stylesheet helped. Still don't
have any idea how could this be, 'cause I didn't change the stylesheet
before the problem appeared. Or maybe I just don't remember =)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to