Hi again,
In my xml file have this:
<descrition>
<p>červená (R): 35-45lm</p> <p>zelená (G): 60-70lm</p> <p>modrá (B): 15-25lm</p> <p>ukázka použití ve světelné kouli: <a href="https://www.youtube.com/watch?v=GuzzHI9JH1g">https://www.youtube.com/watch?v=GuzzHI9JH1g</a></p> <p> </p>
</description>
I try this shortcode to field Description
[str_replace(array("<", ">"), array("<", ">"), {DESCRIPTION[1]})]
but after import field Description is empty.
Also i try [html_entity_decode({DESCRIPTION[1]})]
and [htmlspecialchars_decode({DESCRIPTION[1]})]
,
but i have same effect - empty description field.
You can help me please?