<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://phpdbxml.4641.org/lib/styles/feed.css" 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://phpdbxml.4641.org/feed.php">
        <title>DBXML With PHP</title>
        <description></description>
        <link>http://phpdbxml.4641.org/</link>
        <image rdf:resource="http://phpdbxml.4641.org/lib/images/favicon.ico" />
       <dc:date>2008-05-28T23:15:57+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=start&amp;amp;do=diff&amp;amp;1212034522"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_updatedocument&amp;amp;do=diff&amp;amp;1212034373"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlcontainer&amp;amp;do=diff&amp;amp;1212033751"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlcontainer2&amp;amp;do=diff&amp;amp;1185502684"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=cake_views&amp;amp;do=diff&amp;amp;1168996192"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=simplexml&amp;amp;do=diff&amp;amp;1160313612"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlresults&amp;amp;do=diff&amp;amp;1160158006"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlmanager&amp;amp;do=diff&amp;amp;1159299298"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmldocument&amp;amp;do=diff&amp;amp;1158400065"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_putdocument&amp;amp;do=diff&amp;amp;1138339822"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlmanager-_opencontainer&amp;amp;do=diff&amp;amp;1138058066"/>
                <rdf:li rdf:resource="http://phpdbxml.4641.org/doku.php?id=xmlmanager-_query&amp;amp;do=diff&amp;amp;1138057101"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://phpdbxml.4641.org/lib/images/favicon.ico">
        <title>DBXML With PHP</title>
        <link>http://phpdbxml.4641.org/</link>
        <url>http://phpdbxml.4641.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=start&amp;amp;do=diff&amp;amp;1212034522">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-28T23:15:22+01:00</dc:date>
        <dc:creator>anonymous@71.138.129.214</dc:creator>
        <title>start</title>
        <link>http://phpdbxml.4641.org/doku.php?id=start&amp;amp;do=diff&amp;amp;1212034522</link>
        <description> This wiki will be dedicated to documenting the use of Sleepycat's Berkeley DB XML with PHP.   Classes  XmlContainer  XmlDocument  XmlManager The top level class. A good place to start.  XmlResults   Installing the PHP API  Check out this link for in...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_updatedocument&amp;amp;do=diff&amp;amp;1212034373">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-28T23:12:53+01:00</dc:date>
        <dc:creator>anonymous@71.138.129.214</dc:creator>
        <title>xmlcontainer-_updatedocument - created</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_updatedocument&amp;amp;do=diff&amp;amp;1212034373</link>
        <description> Updates an XmlDocument in the database container. The XmlUpdateContext can do somethings, but can also be used as the default created by:  $context = $mgr-&amp;gt;createUpdateContext&amp;#40;&amp;#41;; //where $mgr is the current XmlManager  Usage Example  //pe...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlcontainer&amp;amp;do=diff&amp;amp;1212033751">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-28T23:02:31+01:00</dc:date>
        <dc:creator>anonymous@71.138.129.214</dc:creator>
        <title>xmlcontainer</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlcontainer&amp;amp;do=diff&amp;amp;1212033751</link>
        <description> The XmlContainer class encapsulates a document container and its related indices and statistics. XmlContainer exposes methods for managing (putting and deleting) XmlDocument objects, managing indices, and retrieving container statistics. If the cont...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlcontainer2&amp;amp;do=diff&amp;amp;1185502684">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-26T21:18:04+01:00</dc:date>
        <dc:creator>anonymous@192.168.1.111</dc:creator>
        <title>xmlcontainer2 - created</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlcontainer2&amp;amp;do=diff&amp;amp;1185502684</link>
        <description> test   ...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=cake_views&amp;amp;do=diff&amp;amp;1168996192">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-16T19:09:52+01:00</dc:date>
        <dc:creator>anonymous@65.198.133.254</dc:creator>
        <title>cake_views</title>
        <link>http://phpdbxml.4641.org/doku.php?id=cake_views&amp;amp;do=diff&amp;amp;1168996192</link>
        <description> Here are some examples of php code in views.   Forms &amp;lt;form name=&quot;form_name&quot; action=&quot;&amp;lt;?php echo $html-&amp;gt;url('/users/add'); ?&amp;gt;&quot; method=&quot;post&quot;&amp;gt; &amp;nbsp;     //set of 3: label, input, error     &amp;lt;?php echo $form-&amp;gt;labelTag&amp;#40;'User/name...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=simplexml&amp;amp;do=diff&amp;amp;1160313612">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-08T08:20:12+01:00</dc:date>
        <dc:creator>anonymous@192.168.1.100</dc:creator>
        <title>simplexml</title>
        <link>http://phpdbxml.4641.org/doku.php?id=simplexml&amp;amp;do=diff&amp;amp;1160313612</link>
        <description> Example Usage  $sxml = new SimpleXML&amp;#40;&amp;#41;; &amp;nbsp; // get a MYSQL Result $db = mysql_connect&amp;#40;... $query = &quot;select * from table where 1 =1&quot;; $result = mysql_query&amp;#40;$query&amp;#41;; &amp;nbsp; //with php5 $sxml = new SimpleXMLElement &amp;#40;&quot;&amp;lt;resu...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlresults&amp;amp;do=diff&amp;amp;1160158006">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-06T13:06:46+01:00</dc:date>
        <dc:creator>anonymous@153.104.168.157</dc:creator>
        <title>xmlresults</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlresults&amp;amp;do=diff&amp;amp;1160158006</link>
        <description> The result set class generated by the Query method of the XmlManager class.   Methods  XmlResults-&amp;gt;next  XmlResults-&amp;gt;previous  XmlResults-&amp;gt;peek  XmlResults-&amp;gt;hasNext  XmlResults-&amp;gt;hasPrevious  XmlResults-&amp;gt;reset    ...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlmanager&amp;amp;do=diff&amp;amp;1159299298">
        <dc:format>text/html</dc:format>
        <dc:date>2006-09-26T14:34:58+01:00</dc:date>
        <dc:creator>anonymous@153.104.168.157</dc:creator>
        <title>xmlmanager</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlmanager&amp;amp;do=diff&amp;amp;1159299298</link>
        <description> The top level class to interact with DBXML.   Constructor $mgr = new XmlManager&amp;#40;&amp;#41;;  Methods  XmlManager-&amp;gt;createQueryContext  XmlManager-&amp;gt;openContainer  XmlManager-&amp;gt;query  XmlManager-&amp;gt;getDefaultContainerFlags  XmlManager-&amp;gt;setDe...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmldocument&amp;amp;do=diff&amp;amp;1158400065">
        <dc:format>text/html</dc:format>
        <dc:date>2006-09-16T04:47:45+01:00</dc:date>
        <dc:creator>anonymous@61.95.227.69</dc:creator>
        <title>xmldocument</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmldocument&amp;amp;do=diff&amp;amp;1158400065</link>
        <description> Hi How r u?    ...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_putdocument&amp;amp;do=diff&amp;amp;1138339822">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-26T23:30:22+01:00</dc:date>
        <dc:creator>anonymous@192.168.1.100</dc:creator>
        <title>xmlcontainer-_putdocument - created</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlcontainer-_putdocument&amp;amp;do=diff&amp;amp;1138339822</link>
        <description> Adds an XmlDocument to the database container. After the method call, the XmlDocument&amp;rsquo;s name property is populated and can be retrieved with XmlDocument-&amp;gt;getName. Dbxml will generate the name automatically if $flag = &amp;ldquo;DBXML_GEN_NAME&amp;r...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlmanager-_opencontainer&amp;amp;do=diff&amp;amp;1138058066">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-23T17:14:26+01:00</dc:date>
        <dc:creator>anonymous@65.198.133.254</dc:creator>
        <title>xmlmanager-_opencontainer - created</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlmanager-_opencontainer&amp;amp;do=diff&amp;amp;1138058066</link>
        <description> Returns an XmlContainer reference.    ...</description>
    </item>
    <item rdf:about="http://phpdbxml.4641.org/doku.php?id=xmlmanager-_query&amp;amp;do=diff&amp;amp;1138057101">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-23T16:58:21+01:00</dc:date>
        <dc:creator>anonymous@65.198.133.254</dc:creator>
        <title>xmlmanager-_query</title>
        <link>http://phpdbxml.4641.org/doku.php?id=xmlmanager-_query&amp;amp;do=diff&amp;amp;1138057101</link>
        <description> Queries the open XmlContainer and returns matching documents in an XmlResults object.    ...</description>
    </item>
</rdf:RDF>
