> > > Next, check relations between pages and hosts.
> > how?
> You can look into repligard schema file (repligard.xml), it contains
> definitions of all objects in XML format. Each object is instance of
> <type> element and it contains series of <field> or <link> elements.
> <link> elements point to object type which should be reffered at this
> field in DB. For example:
> <type name="style">
>
> <field name="name" type="text"/>
>
> <link name="owner" link="grp" reverse="no"/>
>
> <link name="up" link="style"/>
>
> </type>
>
Frankly speaking, it tells me nothing :(
I had errors in article and topic table.
Ok, I know what fields style table has, but so what?
How can I check this relation with repligard.xml?
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]