You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question/enhancement than an issue.
Is there a way to load just subset of the xml tree and not the whole xml file?
I need to parse large xml files and not interested in all the data from those files but just data from specific nodes.
I was thinking that instead of loading the entire XML and then xpath it, my code will traverse (using standard xml GetToken() method) to an interesting node and ill load just that code to your library and query just it..
Thanks
The text was updated successfully, but these errors were encountered:
This is more of a question/enhancement than an issue.
Is there a way to load just subset of the xml tree and not the whole xml file?
I need to parse large xml files and not interested in all the data from those files but just data from specific nodes.
I was thinking that instead of loading the entire XML and then xpath it, my code will traverse (using standard xml GetToken() method) to an interesting node and ill load just that code to your library and query just it..
Thanks
The text was updated successfully, but these errors were encountered: