Hi Oliver, 2008/2/26, Oliver Heger [EMAIL PROTECTED]:
> The code: > > XMLConfiguration config = new XMLConfiguration("simple.xml"); > > config.setReloadingStrategy(new FileChangedReloadingStrategy()); > > config.setExpressionEngine(new XPathExpressionEngine()); > > List x = config.getList("/[EMAIL PROTECTED]"); > > > > > > > > x ist always empty... I would assume it to contain three elements > "eins", > > "zwei" & "drei". What am I doing/thinking wrong? > > Did you try > List x = config.getList("/Pool/@id"); ? > > Something like this works in the unit tests. > > Oliver That worked. Thanks a lot! best regards, christian!