Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 22422bcf7225b96798a5545e55de0f3c > files > 7

mysqludf_xql-1.0.0-2.fc15.i686.rpm

version 0.9.5 - API CHANGE
 Instead of anything starting with `xql:` will need to use AS `xql:raw`
 to insert raw XML. Anything starting with `xql:` is taken as directive.

 Adding a node with a CDATA section was a big hassle before v0.9.5. You 
 needed to do xql_agg(title, xql_element("description", xql_cdata(desc))). 
 This is slow and generally sucks. Therefor a new directive `xql:cdata` is
 implemented, allowing xql_agg(title, desc AS `xql:cdata:description`).