I got DNN 4.7 and Xml module v. 04.03.04
This is the question:
I got an RSS XML file with the following description field:
<description><![CDATA[<form class="mt-enclosure mt-enclosure-image" mt:asset-id="101"><a href="image/graffetta_small.jpg"><img class="mt-image-left" height="150" alt="graffetta_small.jpg" src="image/graffetta_small-thumb-100x150.jpg" width="100" /></a></form> <p>The PMO Europe Portal is your entry for support tools for the new European Project Process.</p> <p>You will find here our process flow explained and the templates for the various project documents that are available: </p> <ul> <li><strong>New Idea form </strong>to be brought forward for assessment and approval by your management;</li> <li><strong>Project Plan (PID)</strong> to be included as part of the EJM submittal; </li> <li><strong>Project Highlight Report</strong> to be used for the regular project status reporting; </li> <li><strong>Project End Report</strong> to be submitted for the formal closure of the Project. </li></ul> <p>Questions or suggestions? Contact us:</p>]]></description>
and the following XSL selection:
<xsl:value-of select="description" disable-output-escaping="yes"/>
The trasformation output as inside the tag:
<input type="hidden" name="__v13wstat3" id="__v13wstat3" value="" />
iside the value=" HERE " there is a huge string (I guess is the jpg image converted to string)
this will cause the page to loose is layout and all the module and text and the modules that follow the input tag are moved to the very bottom of the page.