From: SourceForge.net <no...@so...> - 2004-09-27 16:01:02
|
Bugs item #1035301, was opened at 2004-09-27 08:31 Message generated for change (Comment added) made by kal_ahmed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1035301&group_id=27895 Category: Import/Export Group: TM4J 0.9.6 Status: Open Resolution: None Priority: 5 Submitted By: Kal Ahmed (kal_ahmed) Assigned to: Kal Ahmed (kal_ahmed) Summary: SerializedTopicMapSource ignoring xml:base Initial Comment: When reading an XTM file using SerializedTopicMapSource, it appears that the value of an xml:base attribute on the document root element is not being assigned to the topic map. ---------------------------------------------------------------------- >Comment By: Kal Ahmed (kal_ahmed) Date: 2004-09-27 17:00 Message: Logged In: YES user_id=176992 Update: Up to now TM4J has used the xml:base attribute only for resolving references to other documents. Same-document reference (#foo) and element IDs are resolved against the source locator of the topic map file being read. This is (I believe) in line with the original position of the ISO committee. However, RDF does it a different way and resolves RDF:ID attributes and same-document references against the xml:base value - and in a lot of ways that makes more sense. I've put a query about this in to the ISO working group. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1035301&group_id=27895 |