advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the code for this article
Build a Lightweight XML DOM Parser with C#
Can you think of ways to make this parser more efficient? Do you have general parsing tips or comments?
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Build Your Own Lightweight XML DOM Parser

Microsoft's MSXML parser is rich in functionality, but in some cases a full-featured parser is too large for resource-limited environments. Don't count XML out yet though; you can write your own lightweight VB XML parser in fewer than 400 lines of code! 


advertisement
Editor's Note: This tutorial is also available in a version for Java developers. Get the Java version.

ML is rapidly gaining popularity with application developers as a data storage and exchange format because of its readability, ease of use, and firewall friendliness. Microsoft's full-featured MSXML parser is large and powerful—and consumes resources commensurate with that power at installation and run time. The MSXML parser is well over 1MB.


It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement