Re: CE Stripping Out Code

  •  05-18-2005, 5:43 PM

    Re: CE Stripping Out Code

     Adam wrote:
    wescomputer,
     
    This problem has been resolved in the latest build.
     
    Hey Adam,
     
    I just noticed that the Editor will throw a hard error when their are multiple hyphens in the comment tag. I know multiple hyphens is not compliant but is there anyway to not throw a hard error? 

    eg: <!-- comment is ok -->   <!------ This comment thows error ------>  


    The specific error I get is 

    An XML comment cannot have '--' inside, and '-' cannot be the last character.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: An XML comment cannot have '--' inside, and '-' cannot be the last character.
     
     
     
    Thanks
View Complete Thread