posted 17 years ago
Similar thing in my project, the input files are tremendously huge, so we have written a program called as xmlfilesplitter which splits the large xml file into many smaller files(you can have a limit of say 20 records per file) and use that as input wherever you want.
To do this, you can use the opening tag name, say <item> and closing tag name </item> or whatever as the start and end point.
[ May 26, 2007: Message edited by: v ray ]