What is the difference
in enablebuffering,enablesmartrendering and enabledistributedparsing? Which
should be used and when? Can I write my own page to fetch incremental data from
database?
enableDistributedParsing sets count of nodes
parsed by one step and time between parsing in milliseconds (parsing is
automatically) - it allows to prevent hang up while parsing big xml files.
enableBuffering shows size of buffer for prefetching
data from server, used in paging modes only.
enableSmartRendering allows to load XML from server on
demand ( or load all XML at once, but parse and render it on demand )<o:p></o:p>