- From: andrewc <andrew.cao@cisra.canon.com.au>
- Date: Thu, 03 Mar 2005 10:54:26 +1100
- To: public-qt-comments@w3.org
Dear editors, Could someone provide further clarification of FTIgnoreOption? The following expression: (nodeA ftcontains "some phrase" without content nodeB) Shall we ignore all the subtree rooted from nodeB or ignore only the children text nodes that immediately contained by nodeB i.e. do we need to promote the children element nodes of nodeB one level up? Can this detail be implementation-dependant? Also in FT specification 3.2.8, the example is: /book[@number="1"] ftcontains "Testing" without content .//title What does the context path "." mean? Should it be: /book[@number="1" and . ftcontains "Testing" without content .//title] Or the previous example is correct and there is something special with semantics of "... ftcontains ... without content ..."? Thanks,
Received on Wednesday, 2 March 2005 23:55:04 UTC