Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hello,I try to use QUIP to prepare customer presentation of XQUERY. I’am working on the filtering function using the W3C Working Draft 30 April 2002.The problem is :- abc.xml: xml source document- filter.xquery : xquerymy query is :filter(document(“abc.xml”)//(a | b)The return is invalid : toto tutu tataThe tag/element should not be empty,The solution is :{filter(document(“abc.xml”)//(a,a/text(),b, b/text()))}is it a bug ?RegardsSebastien WAFFLARTsebastien.wafflart@softwareag.com abc.xml (190 Bytes)