Hi,
> I'm working with ASP.NET, and I'm importing an server-side XML into a
> TreeView. It's working and all is good, but I have a problem: it's
> very-very
> slow, because the XML file is very long. With small XML files
> all is OK.
>
> The TreeView represents the structure of the XML file.
>
> My question is, how can I parse a piece of XML, not the all.
You can't. One solution is to chop the document into pieces and link them together--then open only the subdocuments the uses wishes to see.
Cheers,
Jarno - Hypnoskull: Everything Is Operationable
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|