Answer the question
In order to leave comments, you need to log in
XSLT (umi) - how to display fields in your personal account?
Hello. Tell me how to use xslt to display any field (which I specify) for the current user.
Tried with uobject
<xsl:value-of select="document('uobject://@id.moe_svoictvo')//value" />
Answer the question
In order to leave comments, you need to log in
<xsl:value-of select="document(concat('uobject://', /result/user/@id, '.moe_svoictvo'))//value"/>
<xsl:value-of select="document(concat(/result/user/@xlink:href, '.moe_svoictvo'))//value"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question