XPath hpple问题目标c

时间:2015-09-07 18:20:18

标签: html xpath hpple

如何找到正确的XPath到这个HTML页面,我的符号«后面的文本有问题。我使用xcode 6和hpple库。谢谢你的回答。

<div class="no_main2">
<div class="margin_main2">
<div class="ww1"></div>   
<div class="content_body2">
<!--Content-->
    <div class="con2">
        <script language="javascript">

</script>
 ....
  <tr>      
    <td align="center" valign="top">
        <!--<img src="/m/12_100229_1_93825.jpg">  -->

          <table border="0" cellspacing="0" cellpadding="0" style="width: 100%">
<tr valign="top">
<td valign="top" style=" width: 100%; ">
<p align="left">
 Text text  text text text text text text text text text</strong>. </p>

  </td>
  </tr>
 </table>
  <table border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
    <tr valign="top">
   <td valign="top" style=" width: 100%; ">
    <p align="left">
 text text text text text text text text text text 
  <br> 
  <br><em>« text text text text text text text text text text text»</em>, -          text text text text text text text text text.
  <br></p>

 ....

1 个答案:

答案 0 :(得分:0)

如果要求找到可以找到该元素的xpath,那么它是: -

//em[contains(.,'text')]

现在,如果你想要&lt;&lt;&lt;&lt;&lt;&lt;&lt;那么你可以参考下面的referance: -

http://stackoverflow.com/questions/5756256/trim-spaces-from-end-of-a-nsstring

希望它会对你有所帮助:)。

如果仍然面临任何问题,请回复我