From: SourceForge.net <no...@so...> - 2005-01-28 14:37:45
|
Bugs item #1111469, was opened at 2005-01-28 16:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1111469&group_id=27895 Category: Tolog engine Group: TM4J 0.9.7 Status: Open Resolution: None Priority: 5 Submitted By: George Tryfon (gtryfon) Assigned to: Kal Ahmed (kal_ahmed) Summary: query with occurrence type Initial Comment: Hello, I have the following xtm: <?xml version="1.0" encoding="iso-8859-7"?> <topicMap id="occurTM" xml:base="occur.xtm" xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <topic id="occurType"/> <topic id="myTopic"> <occurrence id="x1kic9slkf-b2"> <instanceOf> <topicRef xlink:href="#occurType"/> </instanceOf> <resourceData>123</resourceData> </occurrence> </topic> </topicMap> eventhough the call : occurrence(myTopic,$o), type($o,occurType), value($o, $value)? returns "123" in $value when I call: occurType (myTopic, $value)? I get no error, but the TologResultsSet returned contains 0 rows I was expecting to have the same results for the two calls. Thank you again George Tryfon (TA-KT research group) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1111469&group_id=27895 |