XSLT Transformations
Micah,
When we spoke at Devcon, you mentioned using the SmartPill to do XSLT transformations of XML data. I'm accustomed to doing this using the Sablotron engine that typically comes with PHP. When I try using this same code with SmartPill, I get the mesage "PHP Fatal error: Call to undefined function xslt_create() in Embedded code on line 15." This tells me that my usual functions may not be available. Can you point me to the right module/functions? Or better yet, some sample code?
Thanks
XSLT Transformations
I'm afraid we don't currently include the XSLT functions but we'll take a look and see if we can get this compiled in for the 2.0 version.
We do include the XSL functions which can be used to perform transformations. There's an article here that shows how: http://www.tonymarston.net/php-mysql/xsl.html
Regards,
Micah