• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Smooks: looping in freemarker template

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need to retrieve data from database using xml loop ..my problem is how to loop in xml...

xml file given below



red color need to be generic so how can i do this.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This XML format looks unfamiliar to me; is it something the Smooks framework uses? Which would make this a question about Smooks, not about HTML or JavaScript; is that correct?
 
Anil Subudhi
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:This XML format looks unfamiliar to me; is it something the Smooks framework uses? Which would make this a question about Smooks, not about HTML or JavaScript; is that correct?



yes it is smooks framework ...i want to retrieve multiple records as per given above like generic smooks config file...is it possible then how can i do it...The above code is not correct one ...but my requirement is like this.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic