Клуб API Карт

Подсказки (hint) и xml

Пост в архиве.

Rто-нибудь имел с этим дело? У меня есть стили вроде этих. Но хинт не появляется. в чем может быть причина? Есть ли у кого рабочие примеры реализации хинтов на xml?
<Style gml:id="csIcSt2">
<iconStyle>
<href>http://jtools.net.ru/images/com_yandexmaps/icons/icon_hospital.png</href>
<size x="18" y="29" />
<offset x="1" y="0" />
</iconStyle>
</Style>
<Style gml:id="stObj2">
<parentStyle>#csIcSt2</parentStyle>
<balloonContentStyle>
<template>#blnTmpl</template>
</balloonContentStyle>
<hintContentStyle>
<template>#hintTemplate<template>
</hintContentStyle>
</Style>
<Template gml:id="blnTmpl">
<text>
<![CDATA[<div>$[description]</div>]]>
</text>
</Template>
<Template gml:id="hintTemplate">
    <text><![CDATA[<div><b>$[name]</b>------------</div>]]></text>
</Template>