Re: [jasperreports-questions] Custom xml Creation ??

2009-03-02 Thread jasper_newbie
Hi, Did you try the option of using "XML DataSource" via IReport ? I think you would need to use "XML DataSource". Need to use XPath to identify your dataset ie XPath expression for the nodes selection. The XPath specifics are available at the web page http://www.w3.org/TR/xpath. /newbie Logan

Re: [jasperreports-questions] Custom xml Creation ??

2009-01-08 Thread Loganathan
It is possible by customizing JRXmlExporter.java file, you can get the expected output Subrata1208 wrote: > > How can i make my output xml(Custom xml) generated by Jasper Report like > this. e.g > > > Subrata > Saha > > > While Jasper Report create with JasperPrint tag and lot of un neessar

Re: [jasperreports-questions] Custom xml Creation ??

2009-01-05 Thread Loganathan
Hi Subrata, I am also facing the same problem, please share with me if you have the solution. Regards, Loganathan Subrata1208 wrote: > > How can i make my output xml(Custom xml) generated by Jasper Report like > this. e.g > > > Subrata > Saha > > > While Jasper Report create with JasperPr

[jasperreports-questions] Custom xml Creation ??

2008-11-25 Thread Subrata1208
How can i make my output xml(Custom xml) generated by Jasper Report like this. e.g Subrata Saha While Jasper Report create with JasperPrint tag and lot of un neessary stuff which my application can't understand. -- View this message in context: http://www.nabble.com/Custom-xml-Creation-