E
E
Eugene M2018-06-28 07:06:43
XSL & XSLT
Eugene M, 2018-06-28 07:06:43

How to display a property in UMI xslt templating engine?

I display the property of the directory object<head></head>

<xsl:apply-templates select=".//property[@name='proizvoditel']" mode="clear" />
so it is displayed, but now you need to insert it into the description!
<meta name="description" content="вот сюда как его вставить???" />

How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Fov, 2018-06-28
@Roman-Fov

<meta name="description" content="{.//property[@name='proizvoditel']}" />

It?
You can also use xsl:attribute...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question