Hi All, I have a program, that queries a Docbook FAQ DTD based documents stored in Xindice. I am using XPath to make the queries.
here is a sample query that works fine: # ./xindice xpath_query -c /db/faq -q "/article/qandaset/qandadiv[title ='Working with Ethernet Interface']" However I would like to mak the query case-insensitive, for e.g the following query should also work # ./xindice xpath_query -c /db/faq -q "/article/qandaset/qandadiv[title ='working with ethernet interface']" How can I achieve this? In Peace, Saqib Ali "I fear, if I rebel against my Lord, the retribution of an Awful Day (The Day of Resurrection)" Al-Quran 6:15 http://www.seagate.cc/blog/
