[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5781) Recognizing xml's should support formatted doctype

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Tue Feb 2 05:44:20 EST 2010


Recognizing xml's should support formatted doctype
--------------------------------------------------

                 Key: JBIDE-5781
                 URL: https://jira.jboss.org/jira/browse/JBIDE-5781
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: common
    Affects Versions: 3.1.0.CR1
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.1.0.CR2


The related issue JBIDE-5642 makes a particular case.

For example this instances

<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
                        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, 
                                                   Inc.//DTD JSP Tag Library 1.2//EN"
                        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<!DOCTYPE taglib PUBLIC "-//Sun 
Microsystems, 
Inc.//DTD 
JSP 
Tag 
Library 
1.2//EN"
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

are equivalent and should be recognized. Currently, only the first case works.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list