" The love that lasts longest is the love that is never returned. "  —  W. Somerset Maugham

Archive  ›  November 7th, 2008

 

Avoid CSS/Javascript XHTML Document Error Using CDATA

more...

Based on W3C Recommendation Document on XHTML 1.0 (Review Section: C.4. Embedded Style Sheets and Scripts), XHTML document don’t allow you to have any embedded stylesheet and/or script which using < or & or ]] or -- . We should use external stylesheet and/or script if we use any of those symbols, so XHTML parser could parse the XHTML document correctly.

more...