Hi, please disregard the patch provided initially, and please use a more polished one (which I sent a couple of months ago to upstream, and apparently nobody did the minimum effort to check...) you can find at http://sourceforge.net/apps/mantisbt/ipe7/view.php?id=88 (attached here too)
Thanks, -- Pino Toscano
--- a/xmloutputdev.cpp
+++ b/xmloutputdev.cpp
@@ -336,7 +336,7 @@
// dump JPEG stream
std::vector<char> buffer;
// initialize stream
- str = ((DCTStream *)str)->getRawStream();
+ str = str->getNextStream();
str->reset();
// copy the stream
while ((c = str->getChar()) != EOF)
signature.asc
Description: This is a digitally signed message part.

