Problem Creating XML [SOLVED]
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm trying to save into a xml file some rows that my programs generates, the number of lines to insert into the file is about 2000 and when I generates it, stops into the middle of a line without generation an exception. Anyone knows of such a problem? all the lines have the same structure and they're printed ok on console. If u need I can paste the code, but I don't if it's too large the number of elements I try to insert. Thanks Paolo ok.....was my fault, with a little more of patients I found that I was missing
xtw.close();
and so the flush of object was not written into file, now that all is ok, I continue playing with my new toy!:-O