Search:

Type: Posts; User: peekuabc

Search: Search took 0.10 seconds; generated 31 minute(s) ago.

  1. Re: Java XML parsing for HUGE size file and no root tags

    Hi,

    It's a XML file only. we r thinking of 2 approaches:

    1) One thing to manipulate XML by adding root tags and deleted some repeated stuff and parse it using SAX or Stax as they don't load...
  2. Re: Java XML parsing for HUGE size file and no root tags

    Hi aussiemcgr,

    We are getting this xml from the some other application with which we are going to integrate so this is what the requirement is and we have to use the same XML.

    We have to parse...
  3. Java XML parsing for HUGE size file and no root tags

    Hi All,

    I am working on situation where i have to write code to parse XML files with following :

    1) Size of file will be Huge in future (So the code should be smart enough to deal with it). It...
Results 1 to 3 of 3