跳至内容
菜单
此问题已终结
1 回复
10339 查看

Hello all,

According to you, what does the dot mean in this xpath expression??? Where does it locate in the xml file?


        <template id="website_backend_lapagept.assets_backend_pt" name="Assets backend - PT" inherit_id="web.assets_backend">

                <xpath expr="." position="inside">

                        <link rel="stylesheet" href="/website_backend_lapagept/static/src/css/backend_all.css"/>

                </xpath>

        </template>


Thanks to help!

形象
丢弃
最佳答案

Basically that dot is referring to the current item node that is processing. Read more here

http://developer.marklogic.com/blog/xpath-punctuation-part-1

形象
丢弃
相关帖文 回复 查看 活动
0
4月 20
3562
1
8月 19
6265
1
10月 16
6440
1
2月 25
2457
3
12月 24
2056