L
L
lid2pro2017-09-26 01:38:07
XSL & XSLT
lid2pro, 2017-09-26 01:38:07

How to display the value of a field with the HTML type in UMI CMS?

Good day.
I'm new to UMI CMS, I can't handle this task.
There is a page in the data template of which there is a field with the html type. It outputs all the rules.

<xsl:value-of select="//property[@name='htmlpole']/value" disable-output-escaping="yes" />

Because there is a group of pages on which this html code should be repeated, then I did it this way:
In the page data template, the Type field is a drop-down list, Reference is a reference, in which there is a field with the html type.
Can't display field value (field with html type). I tried a bunch of options, the maximum that was possible at random was to display the name of the field
<xsl:value-of select="//property[@name='newpole']/value/item/@name" disable-output-escaping="yes" />

but the content in html is not displayed. How to do?
Perhaps I screwed up and this problem can be solved easier. Please help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
i, 2017-09-26
@lid2pro

Outputting an additional field from the XSLT reference

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question