Issue
The HTML code is given below, i want all the text in <p>
tag including text in both <strong>
tags.
<p>
<strong>
<strong class="location">لاہور: </strong>
پاکستانی اداکار فواد خان کا کہنا ہے کہ پاکستان اور انڈیا کے درمیان سیاسی تناؤ کا اثر ان کے بالی وڈ میں موجود افراد سے تعلقات پر بالکل نہیں پڑا لیکن موجودہ صورتحال میں ساتھ کام کرنا آسان نہیں ہے۔
</strong>
</p>
Solution
Use double backslash
//p//strong/text()
Answered By - SuperUser
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.