Я нашла как вывести все группы и подгруппы, но по прежнему не получается вывести по дополнительному свойству галочка
помогите!!!
<xsl:template match="group" mode="groups">
<div id="best"><xsl:if test="small_image!=''">
<p class="pic"><a href="{/document/blocks/url}{fullpath}" target="_blank">
<img src="{small_image}"/>
</a></p></xsl:if>
<p class="bestTxt3"><xsl:value-of disable-output-escaping="yes" select="name"/><a class="tekst" href="{/document/blocks/url}{fullpath}">подробнее об этом щенке шар-пея
</a>
</p></div>
<xsl:apply-templates select="group" mode="groups"/>
</xsl:template>
<?php
/* Вывод информационных систем */
$InformationSystem = & singleton('InformationSystem');
$external_propertys=array();
$external_propertys['ОтображатьСсылкуНаАрхив']=0;
$external_propertys['ОтображатьСсылкиНаСледующиеСтраницы']=0;
/* Количество выводимых элементов */
$param['xml_show_group_type'] = 'all';
$item_count = 99;
$InformationSystemId = 15;
$InformationGroupId = false;
$InformationSystem->ShowInformationSystem($InformationSystemId,
$InformationGroupId,'СписокВладельцевЧекбох',$item_count,0,$external_propertys, $param);
?>
как мне прописать условие вывода по Checkbox (галочке)