<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>conditional dtml looping</title></head><body>
<div>Can I&nbsp; use dtml-in to loop through objects with a certain
value for a given property.</div>
<div><br></div>
<div>Using dtml-in with an if statement such as<font
face="Lucida Grande" color="#000000"> &lt;dtml-if
&quot;visible=='show'&quot;&gt;</font> does not seem to work since the
sequence still includes the items</div>
<div><br></div>
<div>What would the syntax be for dtml-in<font face="Lucida Grande"
color="#000000"> if &quot;visible=='show'&quot;</font>&gt;?</div>
</body>
</html>