Hi, I am having a problem with some of my xdocs that contain single quotes. When maven generates the html output, it replaces the single quote with the following:
' This seems to keep mozilla happy but Internet Explorer does not know what to do with this. However, IE does seem to be able to handle the character code represetation of the single quote which is this: ' So my question is, how can I get Maven to spit out ' instead of ' in my end html document. Ii have tried escaping the characters several different ways but I am stuck. Thanks, John -- ******************************** ** John Thorhauer ** [EMAIL PROTECTED] ** take a look at: ** http://tambora.zenplex.org ** http://www.zenplex.org ** http://www.zenplex.com ******************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
