facebook

cvc-elt.1:cannot find the declaration of element ‘taglib’

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #257957 Reply

    james1121
    Member

    <?xml version=”1.0″ encoding=”UTF-8″ ?>

    <taglib xmlns=”http://java.sun.com/xml/ns/j2ee&#8221;
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
    xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd”
    version=”2.0″>
    <description>A tag library exercising SimpleTag handlers.</description>
    <tlib-version>1.0</tlib-version>

    <short-name>examples</short-name>
    <uri>/demotag</uri>
    <description>
    A simple tab library for the examples
    </description>

    <tag>
    <name>hello</name>
    <tag-class>com.jspdev.ch14.HelloTag</tag-class>
    <body-content>empty</body-content>
    <description>
    Simple hello world examples.
    Takes no attribute,and simply generates HTML
    </description>
    </tag>

    </taglib>

    #258018

    Riyad Kalla
    Member

    Are you behind a proxy or have no net access at the time this problem is occuring? (This works fine on my two test setups )

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: cvc-elt.1:cannot find the declaration of element ‘taglib’

You must be logged in to post in the forum log in