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> > On Sep 23, 2015, at 2:17 PM, Jeremy Evans <[email protected]> wrote: > > On Wednesday, September 23, 2015 at 10:50:04 AM UTC-7, Dale Ackerman wrote: > Hi Jeremy > > It is attempting to generate the XML but I get this message could the model > be missing some data like a table name or something required to build XML? > > Java::OrgW3cDom::DOMException at /automation_engine/step_repeat > INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. > file: nokogiri.XmlNode.init(XmlNode.java location: nil line: 337 > > This is a nokogiri error, probably an encoding issue. I don't think there is > anything that Sequel can do about it, unfortunately. It may be specific to > the java implementation of nokogiri. If it is possible to test the C/libxml > implementation with the same data, that would be useful information for the > nokogiri developers. > > Thanks, > Jeremy > > -- > You received this message because you are subscribed to a topic in the Google > Groups "sequel-talk" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sequel-talk/8tKsrIyPofA/unsubscribe > <https://groups.google.com/d/topic/sequel-talk/8tKsrIyPofA/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/sequel-talk > <http://groups.google.com/group/sequel-talk>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
