Hello, On Monday 07 of July 2008 23:39:25 Maarten Lankhorst wrote: > Also, I would like to hear from all students now a reflection. What > went well, and what didn't, and what did you accomplish so far? :-)
I've been working on two parts of my MSXML projects: 1) Fixing bugs That went well. I have fixed Photoshop CS3 installer as well as other bugs. I have patches for bugs 5565, 8945, 9349, 9604, 10802, 11301, 11376, 12521, 14386, 14260 and 5074. I have also investigated most of bugs in msxml3 component. 2) Implementing SAX reader. I have started working on it and written some code, but it still needs more work. I have also done some work towards asynchronous reading. The hardest thing for me was debugging Photoshop CS3 installer. It was easy to find missing APIs that I had to implement, but the last problem was very hard to find (and it's that more satisfaction from fixing it:-) ). Regards, Piotr