XSLT - 通过检查内容获取节点

时间:2015-08-05 06:10:42

标签: xml xslt xslt-2.0

我的xml如下,

<doc>
    <p>  first sentence</p>
    <p>second sentence</p>
    <p>     third sentence</p>
</doc>

我需要获得第一个有空格的<p>个节点。在这种情况下,我需要获得第一个和第三个<p>节点。

你能建议一种方法,我该如何在xslt中做到这一点?

1 个答案:

答案 0 :(得分:1)

试试以下

 .responsive-img { 
     margin-bottom: -20px; /* this was writting in inline style. */
     width: 100%;
     height: auto;
 }

请注意我在答案中没有提到样式表元素。