<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Good day to you, dear mailing list.<br>
    <br>
    I'm currently trying to put together a simple gallery. The idea was
    to allow a user to create an extended folder ( image gallery ), add
    it to the navigation and start putting images in there.<br>
    The site would then make a list of all the galleries within that
    subfolder and once one is selected display all images within.<br>
    <br>
    And all went well until the final step. <br>
    My contentloader looks like this right now:<br>
    <br>
    <cms:contentload collector="allInFolderDateReleasedDesc"
    param="/${la}/_galleries/${gallery}%|image" editable="false"><br>
        <cms:contentaccess var="list" scope="page"/><br>
        <cms:img src="${list.filename}" height="100" width="100"
    scaleType="1"/><br>
    </cms:contentload><br>
    <br>
    and no matter what exactly it is I change, there's always the same
    error:<br>
    <br>
    javax.servlet.jsp.JspException: org.opencms.xml.CmsXmlException:
    Resource "/de/_galleries/example1/example.jpg" is not of required
    type XML content.<br>
     Reason: Resource "/de/_galleries/example1/example.jpg" is not of
    required type XML content.<br>
    <br>
    From what I can tell, the path seems to be correct and the images I
    upload into the respective gallery folders are found. If any new
    image is uploaded it's name will appear within the error message, so
    the sorting by release date (Desc) seems to work too.<br>
    <br>
    Does anyone have a quick idea or suggestion how to fix this, work
    around this, or display the images in any other way?<br>
    <br>
    Thanks and good bye.<br>
    <div class="moz-signature">
      <style type="text/css">
a:link{color:orange;}
a:visited{color:orange;}
a:hover{color:orange; text-decoration:none;}
a:active{color:orange; text-decoration:none;}
</style>
      <p style="font-size: 9pt; color: gray; font-family:
        verdana,sans-serif;">
        - Christian Funken<br>
        ________________<br>
        <br>
        <b>VISION UNLTD. CREATIVE WORX</b><br>
        Bruesselerstr. 85<br>
        D-50672 Koeln
        <span style="color: orange; font-size: 9pt; font-family:
          verdana,sans-serif;">
          <a href="mailto:c.funken@vucx.de">c.funken@vucx.de</a><br>
          check out our web page: <a href="http://www.vucx.de/">www.vucx.de</a><br>
          die medienprofis: <a href="http://www.profigilde.de/">www.profigilde.de</a><br>
          official agent for visual media directory: <a
            href="http://www.productionparadise.com/">www.productionparadise.com</a><br>
        </span></p>
    </div>
  </body>
</html>