<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hi,<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I have structured content for “stories” on my
site. I have a field in the xml for the “type” of story. I want to
use contentload to pull all the stories in of a certain type (or types), but
when I use the code below I get a bunch of “direct edit” images/code
on my page for items I chose not to show. Is there ANY way (outside of building
my own collector) to get this to work properly?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Is there a way I can remove items from a
I_CmsXmlContentcontainer?<o:p></o:p></p>

<p class=MsoNormal>Is there a way I can manually put the “direct edit”
buttons in if I set the contentload value for editable to “false”?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><%<o:p></o:p></p>

<p class=MsoNormal>CmsJspActionElement cms = new
CmsJspActionElement(pageContext, request, response);<o:p></o:p></p>

<p class=MsoNormal>CmsJspXmlContentBean cmsXmlBean = new
CmsJspXmlContentBean(pageContext, request, response);<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                I_CmsXmlContentContainer
container = cmsXmlBean.contentload("allInFolderDateReleasedDesc",
cms.getRequestContext().getFolderUri() +
"story_%(number).html|story", cms.getRequestContext().getLocale(),
true);<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>while(container.hasMoreContent()) {<o:p></o:p></p>

<p class=MsoNormal>                if
(cmsXmlBean.contentshow(container, "Type").equals("1")) {<o:p></o:p></p>

<p class=MsoNormal>                                out.print(cmsXmlBean.contentshow(container,
"Title"));<o:p></o:p></p>

<p class=MsoNormal>                }<o:p></o:p></p>

<p class=MsoNormal>}<o:p></o:p></p>

<p class=MsoNormal>%><o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Any help would be greatly appreciated. Thanks!<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><b><span style='font-size:9.0pt;font-family:"Arial","sans-serif";
color:#557F00'>Stephane Bourbonnais</span></b><span style='font-size:9.0pt;
font-family:"Arial","sans-serif";color:#3F3F3F'> <br>
</span><span style='font-size:7.0pt;font-family:"Arial","sans-serif";
color:#3F3F3F'><br>
</span><b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:#557F00'>non-linear creations inc.<br>
</span></b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:#7F7F7F'>987A Wellington St., Suite 201, Ottawa, Ontario, Canada, K1Y 2Y1<br>
<b>tel:</b> 613.241.2067 ext: 264  <b>fax:</b> 613.241.3086 <br>
<br>
<a href="http://www.nonlinear.ca/"><span style='color:blue'>http://www.nonlinear.ca</span></a>
 |  <a href="mailto:sbourbonnais@nonlinear.ca"><span
style='color:blue'>sbourbonnais@nonlinear.ca</span></a><o:p></o:p></span></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>