Kees; XML > XML catalogue is an Eclipse plugin that is not supported by Composer. Unfortunately, the functionality you want (converting XML to RDF) is supported only for Maestro Edition (TBC-ME).
<My question is what is the limit for the XML file size to import inTopBraid> Size will depend on memory available in the JVM, normally half a GB or so for data, although the size of the JVM heap space can be adjusted larger, depending on available memory and your JVM. <And is it necessary to upgrade to Maestro Edition?> For Semantic XML, yes. <1- Do you know maybe where the error comes from and how to solve it?> The key part of the exception you included is the SAX parser error: org.xml.sax.SAXParseException: The prefix "ino" for element. There appears to be a problem with the XML file and it cannot be parsed. In particular, it seems that one or more of your elements/ attributes use the qname 'ino:request', but the prefix for 'ino' is not defined. If this is the only problem with the XML file, you should be able to add xmlns:ino="http://www.example.org" (or whatever URI you want/need) to an element of your XML - the root node will give you global coverage - and the XML may be parsable. <2- Any idea how to view large XML files in a structured way?> You are on the right track, Semantic XML is what you want. See Help > > Import and Export > Creating, Importing, Querying, Saving XML documents with Semantic XML <3- How to convert large XML files to OWL files > See #2. -- Scott On Nov 3, 10:12 am, DrKK <[email protected]> wrote: > to give some background, > > I want to correlate/import thesauri/taxonomies and correlate other > ontologies to my own ontology. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
