Bug #52506 Frq: Add XSLT Processor
Submitted: 31 Mar 2010 14:02 Modified: 31 Mar 2010 14:08
Reporter: [ name withheld ] Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: XML functions Severity:S4 (Feature request)
Version:14.14 Distrib 5.1.41 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: XML

[31 Mar 2010 14:02] [ name withheld ]
Description:
I would like to add another feature request. Since I am doing a lot of parsing data out web pages it would be a great tool do do xsl processing via select.

If you would implement xalan ( http://xml.apache.org/xalan-c/samples.html#xalantransform ) as an xslt engine you we able to do something like that:

select xalantransform(my_xml_text_column, my_xsl_text_column) as xsl_processed_xml from some_table;

How to repeat:
Feature request: select xalantransform(...) ...
[31 Mar 2010 14:08] Valeriy Kravchuk
Thank you for the feature request.