<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all!<br>
<br>
I installed the next release of opencms 6. <br>
I created a template with only one body. The body is included with the
following tag :<br>
<br>
<%@ taglib prefix="cms" uri=<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/taglib/cms">"http://www.opencms.org/taglib/cms"</a> %><br>
<br>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"><br>
<html lang="<cms:property name="locale" default="en"
file="search.uri"/>"><br>
<head><br>
<title><cms:property name="Title" escapeHtml="true"
/></title><br>
<meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html;
CHARSET=<cms:property name="content-encoding" default="UTF-8"
/>"><br>
<link type= "text/css" rel="stylesheet"
href="<cms:link>../resources/css/commun.css</cms:link>">
<br>
</head> <br>
<body><br>
<!-- Main pagebody starts here --><br>
<cms:include element= "body"/><br>
<!--Main pagebody ends here --><br>
</body> <br>
</html><br>
<br>
<br>
<br>
I created a page with this template. I set the option "copy body from"
to "1 column, 1 row". <br>
I edited the page with the wiwsywig editor. Here is the control code of
the page :<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<br>
<pages xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>
xsi:noNamespaceSchemaLocation=<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/dtd/6.0/xmlpage.xsd">"http://www.opencms.org/dtd/6.0/xmlpage.xsd"</a>><br>
  <page language="de"><br>
    <element name="text1"><br>
      <links/><br>
      <content/><br>
    </element><br>
  </page><br>
  <page language="en"><br>
    <element name="text1"><br>
      <links><br>
        <link name="link0" type="IMG" internal="true"><br>
         
<target><![CDATA[/sites/abas/images/titel.gif]]></target><br>
        </link><br>
      </links><br>
      <content><![CDATA[<P><IMG alt="" src="${link0}"
border=0></P><br>
<H1>Flexible and practice related ERP and eBusiness solutions for
medium-sized <br>
businesses:</H1><br>
<P>Using abas Business Software you can increase efficiency and
productivity <br>
within your business. </P><br>
<P>Short implementation periods and also a continuing upgrade
strategy ensure <br>
investment security. You can easily operate abas ERP using the
graphical user <br>
interface (GUI) or the browser. Possible platforms: Linux, Unix, <br>
Windows</P>]]></content><br>
    </element><br>
  </page><br>
</pages><br>
<br>
But when I preview the page. The content is not displayed in the body. <br>
<br>
The following message is displayed in the catalina log (I use Tomcat 4)<br>
<br>
2005-08-09 10:16:24 Exception initializing TldLocationsCache: XML
parsing error on file /WEB-INF/lib/standard-1.1.2.jar: (line 3, col 8):
Document is invalid: no grammar found.<br>
2005-08-09 10:19:57 Exception initializing TldLocationsCache: zip file
closed<br>
2005-08-09 10:22:03 Exception initializing TldLocationsCache: zip file
closed<br>
<br>
No error message is displayed in the opencms log.<br>
<br>
Has anybody any idea ?<br>
<br>
Thanks in advance for fome help.<br>
<pre class="moz-signature" cols="72">-- 
Xavier Ottolini
Développeur multimédia

Adelis
37, rue d'Engwiller
67350 La Walck
France
Téléphone : +33 (0) 3 88 72 29 10
Télécopie : +33 (0) 3 88 72 29 19
<a class="moz-txt-link-freetext" href="http://www.adelis.com">http://www.adelis.com</a>

</pre>
</body>
</html>