Hi, I noticed a few things when using xml_serializer: - the top marker is always downcased and does not match the Sequel::Model class name - all the other markers are following exactly the table keys name, but sometimes you wish to export a specific key to another name without performing a migration of the original db tables.
I wish to have control over my xml markers. Is it possible without having to rewrite a xmlbuilder from scratch ? Would it be possible for example to indicate that :mymarker should become the marker <MyMarker> when serializing out to xml ? It's especially needed for the top marker, always downcased. For the others, I've the option to store in another db (with the right column names), but it's a lot of data duplication... Thx for any pointers. Christian -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
