Faq Objekt, 3. Schritt (XML Structure)
"Roger Fischer" <[email protected]>
| Newsgroups | gmane.comp.cms.bitflux.general.german |
|---|---|
| Message-ID | <[email protected]> |
Befindet sich auf:
$PROJECT_DIR/structure/faq.xml
faq.xml
-------
<?xml version="1.0"?>
<bxst:structure xmlns:bxst="http://bitflux.org/structure/1.0">
<bxst:section name="tree" recursive="tree" >
<bxst:table name="Section" fields="title_de , title_en , ID , uri ,
foreignsectionid , button , fulluri , button" />
</bxst:section>
<bxst:section name="page" orderby="Section.rang, Section.ID,Document.rang
DESC">
<bxst:table name="Section" fields="ID , title_de , title_en ,
foreignsectionid , fulluri , fulltitlepath">
<bxst:table name="Section2Document" thisfield="foreignsectionid"
thatfield="sectionalias" nofields="yes">
<bxst:table name="Document" thatfield="foreigndocumentid" fields="ID
, title , rang , uri">
<bxst:table name="Document2Object" thisfield="foreigndocumentid"
nofields="yes">
<bxst:table name="Faq" thatfield="foreignobjectid"
objectfield="objectname" fields="ID , lang , title , faqinfo_keywordset ,
question , answer , created , rang"/>
</bxst:table>
</bxst:table>
</bxst:table>
</bxst:table>
</bxst:section>
</bxst:structure>