Scott, ExportToText gives what I need.
Should the documentation not be corrected? "target XML is a string variable with recommended module ExportToXMLFile." sml:ConvertXMLByXSLT (sm:Module) Converts an XML document into another XML document using XSLT. The source XML document is either a XML or string variable. The target XML document is a string variable. XSLT script is provided as a string. Arguments sm:outputVariable: The generated XML string variable. The recommended module to export or return the value of this variable is sml:ExportToXMLFile or sml:ReturnXML. sml:template: The string variable holding the XSLT script sml:xml: The source XML variable On May 7, 11:52 pm, Scott Henninger <[email protected]> wrote: > 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 > athttp://groups.google.com/group/topbraid-users?hl=en -- 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
