<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://sdp.soapi.com/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://sdp.soapi.com/feed.php">
        <title>SDP ptpscript:commands</title>
        <description></description>
        <link>http://sdp.soapi.com/</link>
        <image rdf:resource="http://sdp.soapi.com/lib/images/favicon.ico" />
       <dc:date>2009-11-17T16:27:58+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:if?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:include?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:loop?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:macro?rev=1169667597"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:return?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:section?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:show?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:use?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:commands:with?rev=1169633753"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://sdp.soapi.com/lib/images/favicon.ico">
        <title>SDP</title>
        <link>http://sdp.soapi.com/</link>
        <url>http://sdp.soapi.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:if?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>If Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:if?rev=1169633753</link>
        <description> The If command is a core logic construct in any language. It allows for conditional evaluation and output.  There are four commands that belong to the If family - If, ElseIf, Else, and EndIf. Each If command has to have a corresponding EndIf command...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:include?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Include Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:include?rev=1169633753</link>
        <description> The Include command allows additional template files or sections to be included into the current template. Each included file or section is parsed as a separate entity, and its resulting output inserted into the current template output. This means t...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:loop?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Loop Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:loop?rev=1169633753</link>
        <description> The Loop command is a very flexible, powerful method of handling any type of repeating structure. It can iterate through Arrays, or repeat a set number of times, or even just repeat indefinitely until told to quit. In each case, the data between the...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:macro?rev=1169667597">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T19:39:57+01:00</dc:date>
        <title>Macro Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:macro?rev=1169667597</link>
        <description> The Macro command allows a template section, containing data and/or PTPScript code, to be defined as a macro. In this context, a macro is essentially a sub-template, and behaves very much like a function. By default, it has its own Variable &amp;quot;sc...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:return?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Return Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:return?rev=1169633753</link>
        <description> The Return command allows the execution of the current template, macro, or section to be cut short, optionally returning a value which will override any output being generated by the code being returned from.  There is just one command in the Return...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:section?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Section Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:section?rev=1169633753</link>
        <description> The Section command allows a template section, containing data and/or PTPScript code, to be defined. In this context, a section is essentially a sub-template, just like an included template file, except that it is not in a separate file. It has its ...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:show?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Show Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:show?rev=1169633753</link>
        <description> The Show and Hide commands allow areas of text to be marked as data, and therefore ignored by the PTP engine. These areas can contain PTPScript code, Placeholder symbols, etc. without being processed as PTPScript code. For instance, one use would be...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:use?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Use Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:use?rev=1169633753</link>
        <description> The Use command allows Directives to be set. A Directive is a core language setting. Once a Directive has been set, the behaviour of PTPScript will change accordingly, until another Directive in the same group is set.  There is just one command in t...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:commands:with?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>With Command</title>
        <link>http://sdp.soapi.com/ptpscript:commands:with?rev=1169633753</link>
        <description> The With command allows a Variable or Array key to be specified and then referred to in shorthand. This allows statements to be focused on the item of data in question, and reduces the amount of code needed, thereby potentially reducing the opportun...</description>
    </item>
</rdf:RDF>
