Hi there,

I finished sax parser project and I need to test it on Windows. Unfortunately I can't compile it. Is anybody here, who builds Inkscape on Windows and could check my changes, especially loading different file types?

To detect file type I use a mime type of file from Gio library. I want to know if the content type is the same as on linux. Precisely: "image/svg+xml", "application/xml" or "text/html" for uncompressed svg, xml and html files and "image/svg+xml-compressed", "application/x-gzip" for svgz.

Compiling, running and opening different files is sufficient to know that everything is ok. If there are no warnings of course.

Branch to compile: https://code.launchpad.net/~adrianboguszewski/inkscape/sax-parser

Thanks!

Best regards,
Adrian