From: Lars H. <he...@se...> - 2006-03-21 17:34:26
|
Hi, [...] > // Put this in one line > static final String TM_LANG = \\ > "http://www.topicmaps.org/xtm/1.0/language.xtm"; [...] Note: The "#" at the end is missing. Should be: static final String TM_LANG = \\ "http://www.topicmaps.org/xtm/1.0/language.xtm#"; Best regards, Lars -- http://semagia.com http://topicgarden.com/mailinglist/ German Topic Maps mailinglist |