Results 1 to 3 of 3
- 04-04-2009, 09:30 AM #1
Member
- Join Date
- Mar 2009
- Location
- London
- Posts
- 8
- Rep Power
- 0
Automatically Generate an XML file
Hai friends,
I am new to this site.
I need to automatically Generate an XML file from the data i have in a file . for example
The Concept hierarchy looks like this
<< Refer Image>>
So i have to read this from some source( May be a file) and generate an XML file !
Do any 1 knows this , how i can start to do ? Which Prog language/ Or already any Code available to do in Java
i need your kind help
Thanks
PriyanLast edited by svpriyan; 04-04-2009 at 09:36 AM. Reason: coded
- 04-25-2009, 11:54 PM #2
Senior Member
- Join Date
- Mar 2009
- Location
- USA
- Posts
- 127
- Rep Power
- 0
for the u have to use parsers like dom, sax, jaxb. with the help of these parsers u can create a XML from given data or extract data from xml. Both ways possible...
- 06-25-2009, 05:46 AM #3
Member
- Join Date
- Jun 2008
- Posts
- 56
- Rep Power
- 0
You can use DOM for small files. And SAX or StAX for large files.
Try Controls4J - Advanced Swing Components.
Similar Threads
-
Generate a Class file
By Daniel in forum New To JavaReplies: 6Last Post: 04-20-2009, 05:37 AM -
generate XML file from GUI Swing
By ninja in forum AWT / SwingReplies: 1Last Post: 03-26-2009, 10:26 PM -
refreshing the page automatically if the configuration file changes
By anitha2324 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 01-07-2009, 03:08 PM -
Automatically File Upload to server ...Help Needed
By 82rathi.angara in forum New To JavaReplies: 6Last Post: 08-05-2008, 07:13 AM -
Generate an executable file
By romina in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:30 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks