Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dev:translator_tips_tricks [2010/04/07 06:35] – suggested use of zotero debug pane andrewbrowndev:translator_tips_tricks [2017/11/12 19:53] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html><p id="zotero-5-update-warning" style="color: red; font-weight: bold">We’re
 +in the process of updating the documentation for
 +<a href="https://www.zotero.org/blog/zotero-5-0">Zotero 5.0</a>. Some documentation
 +may be outdated in the meantime. Thanks for your understanding.</p></html>
 +
 +
   * When using XPaths to locate page elements, try to avoid absolute paths that might break easily.  For example, instead of using<code>/html/body/table/tbody/tr/td[2]/table/tbody/tr/td[@class="bucket"]/div[@class="content"]/ul/li</code>try a more flexible XPath like<code>//table/tbody/tr/td[@class="bucket"]/div[@class="content"]/ul/li</code>   * When using XPaths to locate page elements, try to avoid absolute paths that might break easily.  For example, instead of using<code>/html/body/table/tbody/tr/td[2]/table/tbody/tr/td[@class="bucket"]/div[@class="content"]/ul/li</code>try a more flexible XPath like<code>//table/tbody/tr/td[@class="bucket"]/div[@class="content"]/ul/li</code>
  
dev/translator_tips_tricks.1270636549.txt.gz · Last modified: 2010/04/07 06:35 by andrewbrown