http://bugs.winehq.org/show_bug.cgi?id=6856
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-03-05 07:27 ------- Thanks for the test. Now I see - the last parameter to create_filtered_nodelist is FALSE so only the direct children are checked. If we change it to TRUE (and node->children to node) we will have some false positives. We pass the current node to xsltCompilePattern - is it ignored? Do you know if there is some good documentation of libxml/libxslt? (I've found only http://xmlsoft.org/XSLT/html/index.html but it's not very informative. Looks like I'll have to look into the sources)