your element in the page resource is called "text1" ... so you should include the element text1 instead of body...<br>
<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<cms:include element= "text1"/></blockquote>
<br><div><span class="gmail_quote">2005/8/9, Xavier Ottolini <<a href="mailto:xavier.ottolini@adelis.com">xavier.ottolini@adelis.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
  


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 href="http://www.opencms.org/taglib/cms" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">"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 href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">"http://www.w3.org/2001/XMLSchema-instance"</a>
xsi:noNamespaceSchemaLocation=<a href="http://www.opencms.org/dtd/6.0/xmlpage.xsd" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">"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 cols="72">-- <br>Xavier Ottolini<br>Développeur multimédia<br><br>Adelis<br>37, rue d'Engwiller<br>67350 La Walck<br>France<br>Téléphone : +33 (0) 3 88 72 29 10<br>Télécopie : +33 (0) 3 88 72 29 19<br><a href="http://www.adelis.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.adelis.com</a><br><br></pre>



<br><br><br>_______________________________________________<br>This mail is send to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.opencms.org/mailman/listinfo/opencms-dev" target="_blank">
http://mail.opencms.org/mailman/listinfo/opencms-dev</a><br><br></blockquote></div><br>