I think what you need is <cms:contentshow element="XMLFIELDNAME"
/>... If this field is a vfsfile (a pic or sth else) you should use
<cms:link><cms:contentshow element="XMLFIELDNAME"
/></cms:link> in the src attribute of your img-tag<br>
<br>
eg:<br>
<br>
<cms:contentload ... ><br>
<br>
<img src="<cms:link><cms:contentshow element="theimage"/></cms:link>" alt="IMAGE" /><br>
<br>
</cms:contentload><br>
<br>
hth<br><br><div><span class="gmail_quote">2005/10/17, Inmaculada Piquero Buedo <<a href="mailto:inpibu@hotmail.com">inpibu@hotmail.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;">
Hello.<br><br>I´ve created a XML file, with its JSP and XSD file.<br>I´d like to know which cms tag should I use to get the "content" of an XML<br>field.<br><br>As example, in my XSD I have an image, if I use one of the following
<br>sentences, I get the path, not the image itself:<br><cms:include file="uno.html" element="Image" /> or<br><cms:include property="template-elements" element="Imagen" />
<br><br>The string I get in the screen is something like this:<br> /sites/default/
… /change_properties.JPG -> The path of the
image<br><br>but I´d like to get the picture.<br><br>What sentence could I use?<br><br>I´ve been looking information about the JSP taglib, but I haven´t find<br>anything. I´ve read something about "cms:content", but I´m not sure of how
<br>to use it.<br><br>Thanks in advance.<br>Regards.<br><br>_________________________________________________________________<br>Dale rienda suelta a tu tiempo libre. Encuentra mil ideas para exprimir tu<br>ocio con MSN Entretenimiento.
<a href="http://entretenimiento.msn.es/">http://entretenimiento.msn.es/</a><br><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 href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a><br></blockquote></div><br>