Generating XML with cdata using Ox?
I need to generate XML using ox but didn't get much help from the documentation. I need to generate XML like this: <Jobpostings> <Postings> <Posting> <JobTitle><cdata>Programmer Analyst 3-IT</cdata></JobTitle> <Location><cdata>Romania,Bucharest...</cdata></Location> <CountryCode><cdata>US</cdata> </CountryCode> <JobDescription><cdata>class technology to develop.</cdata></JobDescription> </Posting> </Postings> </jobpostings> I have the data inside the tags as strings in variables like this: jobtitle = "Programmer Analyst 3-IT" and so on... I am currently using Nokogiri to generate XML but I