H
H
Heretic Man2020-03-19 15:45:37
XSL & XSLT
Heretic Man, 2020-03-19 15:45:37

How to remove html tag when outputting to xslt?

There is this html:

<p>
lorem ..... <a href="#">link</a> ..... lorem
<span>lorem</span>
</p>


It is necessary that when outputting xslt (xsl: value-of)
It should be like this
lorem ..... <a href="#">link</a> ..... lorem
<span>lorem</span>


That is, without the "p" tag

I don’t rummage in xsl, you just need to quickly make edits)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question