Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-2519

Add support for CDATA tags

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • LATER
    • 3.0.0.alpha
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      Here is an example:

      <para>The source coding should be something like this now:</para>
      <programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
      <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
      <html>
      <head>
      <title></title>
      </head>
      <body>
      <f:view>
      <h:form id="greeting">
      <para>Please enter a name:</para>
      <h:inputText id="name" value="#

      {personBean.name}

      "/>
      <h:commandButton value=" Say Hello " action="greeting"/>
      </h:form>
      </f:view>
      </body>
      </html>
      ]]></programlisting>
      <para>The editor should look like this:</para>

      In this context CDATA blocks seems must be processed in relation with parent tag. Taking in consideration that now all tags that has no prefix considered as HTML it cannot be supported without VPE refactoring

            ibuziuk@redhat.com Ilya Buziuk
            nivologd@gmail.com Denis Golovin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: