From: LARCHEVEQUE, B. <Ben...@te...> - 2007-08-07 16:17:10
|
Hey, I tried your tool today, it seems to work well to pick up some xml = nodes into a stream (using the Engine.executeQuery(inputStream, query) = method). Now I would like to select a particular node, since it is = slightly different than the example I would like to know if it is = possible:=20 My xml file look like this:=20 <a> <b>toto.rep</b> <b>tata.rep</b> <b>titi.rep</b> </a> I tried some queries like: a/b[tata.rep] but I get the following = message: "line 1: unexpected token: tata". Any suggestion? Regards, Benjamin |