Open Nowaker opened 13 years ago
I'm aware of this issue, but I don't know any good way to solve it. It's a more general XML issue really.
LSP does only know XML, not XHTML, and the ©
entity is defined in XHTML.
A workaround is to include the XHTML entity declaration DTD in the LSP file, something like this: <!DOCTYPE html [ <!ENTITY % lat1 SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent"> <!ENTITY % special SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent"> <!ENTITY % symbol SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent"> %lat1; %special; %symbol; ]>
LSP file:
Stacktrace: