From: Thomas M. <th...@sn...> - 2006-01-31 18:45:54
|
Hi, is it possible with Tolog (from TM4J 0.9.7) to construct a query string that finds exactly one topic with a given id or source locator? I tried select $T from source-locator($T,s"mybase#myid") ? but it returns 0 matches. The source locator definitely exists, because if I use a non-existing locator, an exception is thrown. select $T,$LOC from source-locator($T,$LOC) ? works without problems and lists all topics and their locators. Any ideas? Thanks & bye, Thomas |