On Wednesday, September 23, 2015 at 2:08:22 PM UTC-7, Dale Ackerman wrote: > > Hey Jeremy, I was able to take the c.all array and > use Nokogiri::XML::Builder to make xml. I can’t test non Java based stuff > in this application as its data is JDBC to OpenEdge. I will try to do a > test using MRI ruby.. > > <root> > <item> > <plant>100</plant> > <job_code>821621</job_code> > <item_code>2456549-92</item_code> > <sales_est_num>S113067/02</sales_est_num> > </item> > </root> >
You may want to add some debugging code before all the nokogiri method calls in xml_serializer so you can find out what it is choking on. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
