Hi Joseph.

Joseph Kesselman:
> Debugging suggestion:  check your output DOM to make sure it's getting the
> correct character (the DOMBuilder, or the DOM, could be miscoded), Then
> check the rendering of the DOM as a string. But I'm actually most inclined
> to suspect that the problem is in your final System.out.print call.

Thanks, that was the problem.  I changed the initialised the
XMLSerializer like this

  XMLSeralizer serializer = new XMLSerializer(System.out, format);

and it works perfectly.

Thanks again,

Cameron

-- 
Cameron McCormack
  // [EMAIL PROTECTED]
  // http://www.csse.monash.edu.au/~clm/
  // icq 26955922

Reply via email to