Sunday, July 12, 2009

SAX Programming in C#/VB?

I am a newbee of .net. I am trying to learn XML from the book "BeginningXML3rdEdition" WROX, The chapter on SAX in the book has been explained with Java as the programming language. I dont want to indulge in Java as well as C#/VB. Can someone learn SAX without Java or rather, with C#or VB, if the ans. is yes could somebody tell me the name of a book/resource which explains SAX in C#/VB


Thanx guys

SAX Programming in C#/VB?
Java is the preferred language for implementing SAX because .NET has the XMLReader object which in some ways does everything SAX parsers do, but with a bit more flexibility. For that reason, you find very few SAX parsers even written for .NET.





I did manage to come across a port of SAX over to C# and have provided the link below, but as for books or sources that talk about it, I think they are very scarce and I have not see any material on it.





Hope this page can at least push you into the right direction with finding more info. Sorry I couldn't be of more help.


No comments:

Post a Comment