ConvertRDFtoXML will add all of the defined prefixes. Using smf:prefix and other SPARQL functions, you should be able to ensure that all prefixes are defined. Verifying XML is not part of the Composer tool suite, so I'm not sure namespaces in XML can be verified.
I'm not sure that even Xpath has access to namespace prefixes in XML files (http://composing-the-semantic-web.blogspot.com/2009/05/ interacting-with-xml-based-web-services.html). -- Scott On Jul 15, 8:58 am, Catrina <[email protected]> wrote: > How does that put the namespace prefix definitions in the XML? > > For example, my XML needs to contain: > <skos:Concept xmlns:skos="http://www.w3.org/2004/02/skos/core" > > I want to parse the XML, to ensure that all needed namespace > definitions exist in the XML. > > ~Catrina --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
