Groups | Blog | Home
all groups > dotnet xml > may 2004 >

dotnet xml : Transforming first n nodes


Yan Leshinsky
5/4/2004 4:46:48 PM
You can subclass XmlTextReader and make a custom one that only return first
N elements. Then you can use it to load data into XPathDocument and do a
transfer.
Yan

[quoted text, click to view]

Salman
5/4/2004 5:49:17 PM
I have a large xml (35MB) and I need to transform its top 200 rows using an
xsl (in ASP.Net web app).
Is this possible to do it in an efficient manner?
Thanks.

AddThis Social Bookmark Button