On Wed, Jan 21, 2009 at 9:43 AM, Torgeir Veimo <[email protected]> wrote: > Is it possible to specify somehow in an xpath query that the path should be > case insensitive, or one component of the path?
No, there is no support for paths except the leading path constraint in xpath. You might be able to optimize your content for that kind of query by introducing a property on the nodes you search has the same value as the node name. In this case you are able to get the advantages of the fulltext index. Regards, Alex -- Alexander Klimetschek [email protected]
