Hi all -

I just installed Qt 4.4.3 (it's a static build) on my Yellow Dog Linux 4.1 (for ppc) system. I'm trying to get the QXmlQuery stuff to work, so I figured I'd start out with the 'recipe' example and work from there. When I run it, the allrecipes.xq query works fine, but the liquidingredientsinsoup.xq gives me an error at the command line:

Error XPTY0004 in file:///usr/local/Trolltech/Qt-4.4.3/examples/xmlpatterns/recipes/recipes, at line 3, column 38: Operator = is not available between atomic values of type xs:untypedAtomic and xs:string.

This seems to show up whenever you try to match an attribute (@attribute="someAttribute"). And happens when I use the xmlpatterns utility included in the distribution also. I'm assuming there's something weird about my system, but I'm not sure what it could be. Anyone have any ideas? Thanks so much!