Jump to content
JasperReports Library 7.0 is now available ×

harshad.ghorpade_1

Members
  • Posts

    1
  • Joined

  • Last visited

harshad.ghorpade_1's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am very new to the jasper reporting and was trying some simple tutorials, I have following XML input file as datasource, problem I getting is it gives me first file name from both nodes twice and not the unique one(like source1.c and header1.h 2 times). <SourceCodeFiles> <FileName name="source1.c"/> <FileName name="source2.c"/></SourceCodeFiles> <HeaderFiles> <FileName name="header1.h"/> <FileName name="header2.h"/></HeaderFiles>[/code]
×
×
  • Create New...