<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs.bedrockframework.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.bedrockframework.com/feed.php">
        <title>Bedrock Framework docs:appendix:xml_reference</title>
        <description></description>
        <link>http://docs.bedrockframework.com/</link>
        <image rdf:resource="http://docs.bedrockframework.com/lib/images/favicon.ico" />
       <dc:date>2010-01-26T19:10:14-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:appendix:xml_reference:configuration?rev=1237351406&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:appendix:xml_reference:forms?rev=1236899887&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.bedrockframework.com/docs:appendix:xml_reference:model?rev=1236902571&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.bedrockframework.com/lib/images/favicon.ico">
        <title>Bedrock Framework</title>
        <link>http://docs.bedrockframework.com/</link>
        <url>http://docs.bedrockframework.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.bedrockframework.com/docs:appendix:xml_reference:configuration?rev=1237351406&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-17T23:43:26-06:00</dc:date>
        <title>docs:appendix:xml_reference:configuration</title>
        <link>http://docs.bedrockframework.com/docs:appendix:xml_reference:configuration?rev=1237351406&amp;do=diff</link>
        <description>Bedrock application settings are stored in XML files located in the application's cfg directory. Config files follow a simple structure that can easily be extended by adding custom tags directly into the document. The basic structure of a config file and the initial tags already understood by Bedrock are outlined below.</description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:appendix:xml_reference:forms?rev=1236899887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-12T18:18:07-06:00</dc:date>
        <title>docs:appendix:xml_reference:forms</title>
        <link>http://docs.bedrockframework.com/docs:appendix:xml_reference:forms?rev=1236899887&amp;do=diff</link>
        <description>The XML used to define forms is divided into two fundamental groups. There is the definition of the form itself including it's structure, and the definition of form input fields and their labels. 

XML Heirarchy

 

Form Definition &amp; Structure

These tags are used to define a form and organize its contents. Every form must be contained within a single &lt;form&gt; tag. Groups are optional, but recommended for larger forms as it will allow for a view have greater control over how the form is displayed …</description>
    </item>
    <item rdf:about="http://docs.bedrockframework.com/docs:appendix:xml_reference:model?rev=1236902571&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-12T19:02:51-06:00</dc:date>
        <title>docs:appendix:xml_reference:model</title>
        <link>http://docs.bedrockframework.com/docs:appendix:xml_reference:model?rev=1236902571&amp;do=diff</link>
        <description>Bedrock's model components use XML to import and export database structure as well as data. The definition of databases, their tables, and each tables' columns and records can be nested within each other and defined in a single XML file, or can they can be separated into different files. Using separate files is generally recommended for maintainability's sake, using one file per table definition, one file per database definition, and data exports grouped by table in separate files.</description>
    </item>
</rdf:RDF>
