XHTML Validation

Last post 05-07-2010, 2:01 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  05-06-2010, 8:10 PM 60785

    XHTML Validation

    Hi,

    Is there any way to get CuteEditor to render as valid XHTML?When I try to validate, the first error I get is:
     
    character "$" is not allowed in the value of attribute "id"
     
    I have been in contact with your support department about this problem, and have been told this has something to do with composite controls, but am not sure I 100% understand this.
     
    Am using 6.6 and ASP.NET 3.5.
     
    Thanks
     
     
  •  05-07-2010, 12:34 AM 60792 in reply to 60785

    Re: XHTML Validation

    Hi smarten,
     
    This issue is cause by asp.net , the symbol ”$” add by .net framework in Composite Controls.

    You can refer to ‘UniqueID’ in msdn
     
     UniqueID of Composite Controls will use ‘$’ to be separator.

     In client site, properties ‘name’ will display as the UniqueID in Composite Controls.

    Regards,
     
    ken
  •  05-07-2010, 12:40 AM 60794 in reply to 60792

    Re: XHTML Validation

    Could you provide a link please? There are thousands of matches for UniqueID on MSDN.
  •  05-07-2010, 2:01 AM 60797 in reply to 60794

    Re: XHTML Validation

    Hi smarter,
     

    If Inherit INamingContainer interface, when we set an ID for the child controls, it's UniqueID and ClientID will automatically add this.UniqueID and Separator as Prefix.
     
     
    Regards,
     
    ken
View as RSS news feed in XML