java - What can I do with xml duplicate elements with Smooks? -


i m doing parse xml java object. here xml example:

<weather_data>     <date>today</date>     <weather>shower</weather>     <date>tomorrow</date>     <weather>snow</weather> </weather_data> 

that say, there same elements date , weather inside 1 weather_data if use createonelement="weather_data/date", can last date value. should do. thanks


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -