And again there is a problem.. 
The things I want to get from authentication context work, but my
xsp page that I'm including is not transformed in html. It seems
that all of the tags in it are ignored.

So, when I have:

<message>
Hallo, <xsp-session-fw:getxml context="authentication"   
path="/authentication/data/lastname"/>
</message>

in my header.xsp-file

and 

<xsl:template match="message">
 <i>
  <xsl:value-of select="."/>
 </i>
</xsl:template>

in the header.xsl (and in the xsl for the main page too),

why get I only the "Hello bla bla" and not "<i>Hello bla bla</i>" in
my final output? Is there again something with sitemap?

Jan

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

Reply via email to