[Virtuoso-users] Wordpress package

2009-12-01 Thread zazi
Hi, I would like to deploy Wordpress on a VOS 5.0.12, but every time when I install Wordpress, it crashes after the first step (of the installation routine of Wordpress) - that means the server shut down. After a restart of the server, I can't call the Wordpress package any more. Every time when I

Re: [Virtuoso-users] content:encoded

2009-12-01 Thread Nathan
Hi Ivan, I think I explained badly in the first place.. when one uploads XML contained in a CDATA section (via PUT to a rdf_sink folder), the XML contained is converted to (and stored as) a string literal, rather than an XMLLiteral. Need to do a bit of explaining here, as I've noted a few issues.

Re: [Virtuoso-users] Set upper limit for matches from bif:containswildcard

2009-12-01 Thread Hugh Williams
Hi Magnus, The limit is hard coded as a define in ~/libsrc/Wi/text.h of the open source archive : #define WST_WILDCARD_MAX 1000 So you would need to increase this to a suitable value and recompile the Virtuoso binary for it to take effect. Note setting this value too high will make the execut

Re: [Virtuoso-users] content:encoded

2009-12-01 Thread Ivan Mikhailov
Hello Nathan, We have a support for CDATA output but first of all, the XML serializer should know that an element should be encoded with CDATA. For an XSLT output, this can be controlled by options of the stylesheet. How was the XML in question generated? What's missing in that path? Best Regards