<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://php-stl.redtreesystems.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://php-stl.redtreesystems.com/feed.php">
        <title>Red Tree Systems | php-stl</title>
        <description></description>
        <link>http://php-stl.redtreesystems.com/</link>
        <image rdf:resource="http://php-stl.redtreesystems.com/lib/images/favicon.ico" />
       <dc:date>2007-11-26T21:50:03-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=php-stl&amp;rev=1195280549&amp;do=diff"/>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=coretag&amp;rev=1195280449&amp;do=diff"/>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=a_simple_example_using_phpsavant&amp;rev=1188621615&amp;do=diff"/>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=examples&amp;rev=1188621607&amp;do=diff"/>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=htmltag&amp;rev=1188620358&amp;do=diff"/>
                <rdf:li rdf:resource="http://php-stl.redtreesystems.com/doku.php?id=tag_documentation&amp;rev=1188451003&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://php-stl.redtreesystems.com/lib/images/favicon.ico">
        <title>Red Tree Systems | php-stl</title>
        <link>http://php-stl.redtreesystems.com/</link>
        <url>http://php-stl.redtreesystems.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=php-stl&amp;rev=1195280549&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-17T01:22:29-05:00</dc:date>
        <title>php-stl</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=php-stl&amp;rev=1195280549&amp;do=diff</link>
        <description>php-stl is a templating implementation similar to java's JSTL. This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output. 

Note that since v1.1 this library is no longer dependent on PHPSavant or Smarty as a back end.</description>
    </item>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=coretag&amp;rev=1195280449&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-17T01:20:49-05:00</dc:date>
        <title>coretag</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=coretag&amp;rev=1195280449&amp;do=diff</link>
        <description>if 


	Represents an if condition
        
        string test required - the condition to test
        string var optional - if present, will store a boolean value to this variable
        
        &lt;c:if test = &quot;${this.user.id}&quot;&gt;
	      &lt;p&gt;${=this.user.id}&lt;/p&gt;
	&lt;/c:if&gt;</description>
    </item>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=a_simple_example_using_phpsavant&amp;rev=1188621615&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-01T00:40:15-05:00</dc:date>
        <dc:creator>Brandon Prudent</dc:creator>
        <title>a_simple_example_using_phpsavant - created</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=a_simple_example_using_phpsavant&amp;rev=1188621615&amp;do=diff</link>
        <description>This is a simple example to illustrate some simple concepts.



The PHP File


&lt;?php

include_once( 'php-stl/Compiler.php' );
include_once( 'php-stl/Tag.php' );
include_once( 'php-stl/CoreTag.php' );
include_once( 'Savant3.php' );

Compiler::SetCompileDirectory( 'compiled' );

$template = new Savant3();
$template-&gt;setCompiler( 'Compiler' );

$template-&gt;addPath( 'template', '../common/' );

$template-&gt;assign( 'name', '&lt;your-name-here&gt;' );
$template-&gt;assign( 'email', 'kidkill@whatbadgerseat.com' )…</description>
    </item>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=examples&amp;rev=1188621607&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-01T00:40:07-05:00</dc:date>
        <dc:creator>Brandon Prudent</dc:creator>
        <title>examples</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=examples&amp;rev=1188621607&amp;do=diff</link>
        <description>A simple example using phpsavant</description>
    </item>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=htmltag&amp;rev=1188620358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-01T00:19:18-05:00</dc:date>
        <dc:creator>Brandon Prudent</dc:creator>
        <title>htmltag - created</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=htmltag&amp;rev=1188620358&amp;do=diff</link>
        <description>input 


     A simple input tag

     string required name - the name you'd like to give this element
     string optional id - the id you want for this element (defaults to name)
     string optional value - the value for this field
     int optional maxlength - the max length of the field (defaults to 255)

     &lt;h:input name = &quot;lastName&quot; value = &quot;${user.lastName}&quot; /&gt;</description>
    </item>
    <item rdf:about="http://php-stl.redtreesystems.com/doku.php?id=tag_documentation&amp;rev=1188451003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-30T01:16:43-05:00</dc:date>
        <dc:creator>Brandon Prudent</dc:creator>
        <title>tag_documentation - created</title>
        <link>http://php-stl.redtreesystems.com/doku.php?id=tag_documentation&amp;rev=1188451003&amp;do=diff</link>
        <description>CoreTag

HTMLTag</description>
    </item>
</rdf:RDF>
