My apologies to the list.  I found the problem.  It was in my Java code
doing the transformation.  Instead of transforming directly into an HTML
file, I was transforming into another Document, then outputting the document
to the file.  It was the process of outputing the document to the file that
caused the ' to appear.

Reply via email to