Hi asif, Very short questions ;-)
> can anyone tell how does Xindice stores the xml docs Xindice uses the B+ Tree data structure and algorithm to store the XML - Tree. Take a look at google for anything more in depth. > which format and how does it manage the format In this version Xindice only supports utf-8 this is an encoding where special chars are coded into more chars. The utf-8 encodings can be found between normal characters, cause the first 2 bits are set. take a look at google with utf-8 hope thats a starting point for you mfg stefan
