I went with the java code and it is very helpful for my current project.
I have some other questions here in my current project,
Java file needs to read from a configfile.xml which has all tags with constant values and some coming from database tables and i need to generate it as again a XML file.
Can you help me in this case?
I was able to print it into a file but this is not in the proper order. I mean the whole bunch of text is in the same line. How to print this line by line.
stax parsersai prasad June 7, 2011 at 5:31 PM
how to implement the same javaprogram with stax parser
commentmayank September 7, 2011 at 10:55 AM
thanks alot, its really nice example.it helped me alot.
create xml fileMd. Abu Saif September 14, 2011 at 1:54 AM
this code works. but if you give me some example about how to write those xml data in a xml file ,it will help a lot.thanks.
xml file down loadK.R.Raja November 5, 2011 at 1:36 PM
java aplication
XML File generationsathyakumari November 12, 2011 at 5:21 AM
I went with the java code and it is very helpful for my current project. I have some other questions here in my current project, Java file needs to read from a configfile.xml which has all tags with constant values and some coming from database tables and i need to generate it as again a XML file. Can you help me in this case?
Code is fineShantanu December 8, 2011 at 12:31 PM
Thanks a lot, the code is working absolutly fine. nice upload.
How to create xml file my computer?Indrajit sarkar September 5, 2012 at 11:38 AM
please mail thowroly above subject.
Creating an XML File using JavaShruthi S September 11, 2012 at 3:28 PM
I was able to print it into a file but this is not in the proper order. I mean the whole bunch of text is in the same line. How to print this line by line.
Post your Comment