To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116443 Issue #|116443 Summary|[unordf] URIs that end in "#" cause data loss Component|framework Version|OOO330m19 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mst Reported by|mst
------- Additional comments from [email protected] Thu Jan 13 11:26:14 +0000 2011 ------- XURI xU = URI.create(xContext, "http://www.example.com/foo#"); xDMA.addMetadataFile("bar.rdf", new XURI[]{ xU }); now store the file. in manifest.rdf, the type statements for the "bar.rdf" graph are missing, but the pkg:hasPart is there. this is most likely caused by raptor serialization. if you append "bar" after the "#", you get the type statements, attached to an element "ns1:bar"; while "ns1:" is not a valid element name. this apparently confuses the serializer, so it drops stuff instead of using one of the countless other variants of RDF/XML syntax. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
