Scott,

It isn't an issue of the result of the SerializeSPARQLResult module
nor of the XSLT.

The culprit is how the final result is serialized to the file system.

As Text:
<results>
  <row>
    <a>http://www.proxml.be/unnamed0#Thing_ë</a>
    <a>Financiën</a>
  </row>
</results>

As XML wrong:
<results>
    <row>
        <a>http://www.proxml.be/unnamed0#Thing_ë</a>
        <a>Financiën</a>
    </row>
</results>

I have the same problem if I change the last step of your example to
Export to XML module.

For me the result of an XSLT transformation using output method XML
should be XML or not?

-- 
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
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-users?hl=en

Reply via email to