Developer forum

Forum » Templates » Extranet in xslt

Extranet in xslt

Per Ljung
Reply

Hi!

How can you access the tag Global:Extranet.UserName using xslt? I can't find a way to do this, always get an empty string when I try
xsl:value-of select="Global.Extranet.UserName".

Best regards,
P

Replies

 
Yury Zhukovskiy
Reply

Hi,  you have to provide full path to tag storing user name:

<xsl:value-of select="//Settings/GlobalTags/Global.Extranet.Name" />

 

Kind Regards

Zhukovskiy Yury

 

You must be logged in to post in the forum