How to XSL parse 300 mg XML file?
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using VB.Net 03 and trying to parse a very large document (cannot make smaller). How do I go about using XMLReader (I'm assuming that's what I would use) to parse XML file against XSL file? Right now I'm having to programmatically split out the file and parse. murf