Hello Eddy, > 1) RDF related > I have segmentation faults with Virtuoso 6.0.0 installed on Ubuntu > 9.10
May I get RDF data that cause the problem? I see a strange thing in my mail client: it shows an icon that your mail has attachments but does not display them. Thus, if some data were attached then it would be nice to retry. > 2)XSLT related > XSL transformation works fine on screen, but with file as output I > get: HT057: The STRING session in string_output_string is longer than > 10Mb. Either use substring to access it in parts or place less data in > it. > > Can I do anything to make Virtuoso accept transformations of more than > 10 MB ? E.g. modifying any parameter ? 10MB is a hard limit. (Well, it can be tweaked to allow up to 16MB but not more) OTOH you don't have to use string_output_string() to write to the file, because string_to_file() function accepts string sessions as well as strings. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com
