У меня есть XML-документ, подобный этому:
<para>
This is some text <emphasis>blah blah</emphasis> and this is some more text.
<para>
И мне нужно применить XSLT-преобразование, чтобы получить следующий HTML
<p>
This is some text <em>blah blah</em> and this is some more text.
</p>