Hi,

I try to use a SPARQLMotion script to convert (semantic) xml into a XML 
document. Unfortunately i am not able to let it work. Here are the main 
Modules:

export:ApplyTopSPIN
  a sml:ApplyTopSPIN ;
  sm:next export:ConvertRDFToXML ;
  sml:flatten false ;
  sml:predicate spin:rule ;
  sml:replace true ;
  sml:singlePass true ;
  rdfs:label "Apply Inferencing" ;
.
export:ConvertRDFToXML
  a sml:ConvertRDFToXML ;
  sm:outputVariable "archimatexml" ;
  sml:document converter:model ;
  rdfs:label "Convert RDF To XML" ;
.

The expected behavior is that the outputVariable archimatexml has some xml 
structure but it is always empty. The way it does work is by save the 
output of export:ApplyTopSPIN to a rdf file. Than i manually select the 
generated file and choose export > XML from RDF in Composer. Do i miss 
something?

Cheers,

Colin

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/8af614c5-7d4a-4475-8ebc-a0e0dab7c802%40googlegroups.com.

Reply via email to