Paul; Yes, I see what you mean. For now, won't ExportToText give you what you need? I.e. the transformation will create the text, then you need to export it somewhere. The export in ExportToText and CxportToXML are what are different.
-- Scott On May 7, 2:38 pm, PaulZH <[email protected]> wrote: > 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
