0
kicks
asp.net xml parser:SAX.NET
SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a de facto standard. Read more about it on the website of the SAX project. SAX for .NET is the port of SAX to C#. Read more about the differences between the Java version of SAX and the C# version by visiting the differences section