Quantcast
Channel: Topic Tag: xml | WordPress.org
Viewing all articles
Browse latest Browse all 3201

novetrendy on "[Plugin: Import any XML or CSV File to WordPress] Html entity decode"

$
0
0

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?

https://wordpress.org/plugins/wp-all-import/


Viewing all articles
Browse latest Browse all 3201

Trending Articles