[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3430) validation of namespaced tags does not happen for xhtml in VPE

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Fri Jan 23 13:30:44 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449515#action_12449515 ] 

Victor Rubezhny commented on JBIDE-3430:
----------------------------------------

I've added a new validator based on org.eclipse.wst.xml.core.internal.validation.XMLValidator for the XHTML files.
The only syntax is to be validated for the XHTML files (All the other files are skipped)
This adds the XML-like validation for the namespaced tags and HTML-tags as well (The unclosed quote in value of HTML tag is not the fatal error in HTML, but it turns into fatal for XHTML, because it's XML).

As result the common timing for Build and Validation has increased.

> validation of namespaced tags does not happen for xhtml in VPE
> --------------------------------------------------------------
>
>                 Key: JBIDE-3430
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3430
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml source editing, Visual Page Editor core
>    Affects Versions: 3.0.0.cr1
>            Reporter: Max Rydahl Andersen
>            Assignee: Victor Rubezhny
>            Priority: Critical
>             Fix For: 3.1.0
>
>
> <p style="xyz /> gives me a warning/error about unclosed property.
> <h:inputText readonly="true /> does not.
> Why ?
> See jboss forum reference for discussion.

-- 
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