When I click Bugtracker on the home page a blank page opens, so I can't submit a bug there.
When a developer downloads a *.dtd file it may contain '<' and '>' for example
<!ENTITY sCdeleteKey "<DEL>">
<!ENTITY sCctrlKey "<CTRL>">
<!ENTITY sCshiftKey "<SHIFT>">
<!ENTITY sCaltKey "<ALT>">
This is not a valid DTD file. It needs to be encoded as
<!ENTITY sCdeleteKey "<DEL>">
<!ENTITY sCctrlKey "<CTRL>">
<!ENTITY sCshiftKey "<SHIFT>">
<!ENTITY sCaltKey "<ALT>">
It would be nice if Babelzilla could do this automatically.
Since I finally forgot to do it manually, which broke the application completely, I figured I'd ask.
-misterp, NewsFox dev

Encoding '<' and '>' in downloaded DTD files
Started by
misterp
, Oct 29 2014 03:56 PM
No replies to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users