<div dir="ltr">Hi,<div><br></div><div>you need to use: <cms:resourceload />. See docs: <a href="https://documentation.opencms.org/javadoc/tld/cms/resourceload.html">https://documentation.opencms.org/javadoc/tld/cms/resourceload.html</a></div><div><br></div><div>Stephan</div></div><br><div class="gmail_quote"><div dir="ltr">Am Fr., 20. Juli 2018 um 12:20 Uhr schrieb Dominic Rothemel <<a href="mailto:dominic@rothemel.de">dominic@rothemel.de</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
I need a hint....<br>
<br>
I just want to show the content of a plain text file from the VFS on my <br>
website.<br>
(inside the plain text file is a XML configuration file from a software <br>
- but let's say it's just text (Type is "Text file")).<br>
<br>
Because it's not a valid content file with schema, I failed to use the <br>
file directly.<br>
<br>
So I created a document type with a VFSfileWidget and linked the plain <br>
text file.<br>
Inside the container page is the "UploadVFSfile - <br>
UseCaseUpload-00001.xml" document and formatter showVFSfile.jsp.<br>
But also with this construct I'm not able to put the content of the text <br>
file as a part in my website.<br>
<br>
<br>
<cms:contentload collector="singleFile" <br>
param="/CorrelationRules/CorrelatonExport.xml"><br>
    <cms:contentshow element="${opencms.filename}" /><br>
</cms:contentload><br>
<br>
Container-page element "/CorrelationRules/UseCaseUpload-00001.xml" could <br>
not be rendered with formatter <br>
"/system/modules/test/formatters/showVFSfile.jsp".<br>
<br>
javax.servlet.ServletException: javax.servlet.jsp.JspException: <br>
org.opencms.xml.CmsXmlException: Resource <br>
"/CorrelationRules/CorrelatonExport.xml" is not of required type XML <br>
content.Stack trace<br>
<br>
<br>
Hope someone can help me.<br>
<br>
Thanks<br>
Dominic<br>
<br>
PS: I don't want to put the content in a text field of a content file.<br>
PPS: OpenCms 10.5.4<br>
_______________________________________________<br>
This mail is sent 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://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</blockquote></div>