I have below xml file
<sect2>
<title>Prophylaxis</title>
<para><calc type="weight"/> EXAMPLE DATA</para>
<para>2 months</para>
</sect2>
I tried with some regular expressions, but no luck
I wanted to extract "EXAMPLE DATA" using xslt template.