https://bugs.documentfoundation.org/show_bug.cgi?id=169077
--- Comment #10 from Michael Otto <[email protected]> --- (In reply to Regina Henschel from comment #9) yes, this works with //table[1] through [5] for your Wikpedia example. However with //table only the first table is included. Shouldn't all tables be included then? But I can't find a way for the HTML test file. There can <table>, <tr> and <td> only be found in the text, not as HTML elements. How should the test file be used? Isn't the implementation of XPath for the Identifier contrary to the documentation? "Identifier: The target ID for HTML provided data..." I expected that the HTML attribute "id" should be used to address the items (see also the id="content" and id="src" attributes in the test file). Otherwise we should change the documentation and mention XPath there. In the Wikipedia example the entries where a <link ...> is contained in addition, are skipped (e.g. 1st table line 4 Titanic col. 2 Deutscher Titel) and many other entries are missing where additional HTML elements are contained in the <td> element. -- You are receiving this mail because: You are the assignee for the bug.
