XML code highlighting problem
When ever I open up the xml files, everything is red and it has been happening since long time. Is it only me experiencing this problem. I reported lot of times; how come Jet brains folks did it notice this problem?
-Rambabu
Attachment(s):
clip_image002.jpg
Please sign in to leave a comment.
In article <d1qies$q5d$1@is.intellij.net>,
"Rambabu Talasila" <talasilar@yahoo.com> wrote:
That doesn't look like a very valid xml doc.
tlds should start with:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
or what ever version you want your tag to start with.
R