saving xml file to mysql database using ruby on rails

hi, can anyone help me with this problem : saving xml file to mysql database using ruby on rails, then read the value/parameters from the xml file, thx~~~

ActiveRecord support sanitize method for xml。

uh... can is that... can be more detail? thx~~~

uh... wat* is that... can be more detail? thx~~~

sorry, the method should be 'serialize'

example : http://code.google.com/p/custom-xml-serialization/wiki/Overview

you can save the data be xml_serialized in mysql.

thx alot~~~~~