Все равно ничего не выходит
Quesh 12.06.2003 16:46
Вот так выглядит мой sections.cfg
section_id name uri
1 Main /
2 News /news/
3 Contacts /contacts/
4 Price /price/
5 Your oppinion /gbook/
А вот так auto.p
@navigation[]
$sections[^table::load[sections.cfg]]
<table width="100%" border="1">
<tr>
^sections.menu{
<td align="middle">
<a href="$sections.uri"><nobr>$sections.name</nobr></a>
</td>
}
</tr>
</table>
И вот, что пишет броузер:
Unhandled Exception (Debug)
column not found
uri
f:/www/parser/auto.p(7)
exception.type=parser.runtime
--------------------------------------------------------------------------------
menu f:/www/parser/auto.p(5)
navigation f:/www/parser/index.html(1)
И что с этим делать???