On 2 Jun 2010, at 9:11pm, Yves Goergen wrote:

> I'm wondering whether SQLite supports the XML functions ExtractXML and
> UpdateXML. I couldn't find them in the manual and not in the web. Is it
> true that I would need to provide them as user functions? Are there any
> existing implementations for PHP PDO?

There's no reason for XML to be in SQLite.  However, PHP has two very good 
built-in XML libraries and there's no reason you couldn't write some PHP which 
combined SQLite calls with XML calls.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to