I want to select String between < and >.
Input :
<p type="Endnote Text"><p:endnote_bl1>This is a bullet list in an endnote</p>
<p type="Endnote Text"><p:endnote_bl2>This is a bullet list in an endnote</p>
<p type="Endnote Text"><p:endnote_bl3>This is a bullet list in an endnote</p>
I want to select p:endnote_bl1,p:endnote_bl2, etc.. from the text. It means whatever text between < and >. How can I write the XPath for this.
<p>but your closing tag is</tps:p>.