Hi all,
I have 2 XML files (around 170 MB each) and my aim is to query both (both have some data in common) files efficiently. one file has lot of IDREF and IDREFS. One file uses DTD and the other uses XSD. Initially I thought of using DOM but I came to know that it requires lot of memory. I think SAX has limited support for IDREF etc. Is there any way to access these files efficiently?? (can I use XPATH and XSLT?)
Thanks,
Sai.
I have 2 XML files (around 170 MB each) and my aim is to query both (both have some data in common) files efficiently. one file has lot of IDREF and IDREFS. One file uses DTD and the other uses XSD. Initially I thought of using DOM but I came to know that it requires lot of memory. I think SAX has limited support for IDREF etc. Is there any way to access these files efficiently?? (can I use XPATH and XSLT?)
Thanks,
Sai.