<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://testdocs.worldnettps.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="https://testdocs.worldnettps.com/feed.php">
        <title>Documentation playground</title>
        <description></description>
        <link>https://testdocs.worldnettps.com/</link>
        <image rdf:resource="https://testdocs.worldnettps.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-18T07:27:10+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:boxes&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:code&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:files&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:special_code_highlighter&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:tables&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:tags&amp;rev=1665153510&amp;do=diff"/>
                <rdf:li rdf:resource="https://testdocs.worldnettps.com/doku.php?id=playground:wrapers&amp;rev=1665153510&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://testdocs.worldnettps.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Documentation</title>
        <link>https://testdocs.worldnettps.com/</link>
        <url>https://testdocs.worldnettps.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:boxes&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:boxes</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:boxes&amp;rev=1665153510&amp;do=diff</link>
        <description>Customized HTML component.

	*  1 You can use any icon from Font Awesome 4.7 without problems.
	*  2 You can add any size of description.
	*  3 The component shows 4 elements (max) or less per line.
	*  4 The mandatory structure is:


&lt;html&gt; 
&lt;div class=&quot;boxes&quot;&gt;

&lt;a href=&quot;wiki_or_external_link&quot; class=&quot;box&quot;&gt;
&lt;i class=&quot;fa_icon&quot;&gt;&lt;/i&gt;
&lt;h3&gt;Title&lt;/h3&gt;
&lt;p&gt;If you want, a paragraph. You can also add more paragraphs 
or other html components within the &lt;a/&gt; component.&lt;/p&gt;
&lt;/a&gt;</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:code&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:code</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:code&amp;rev=1665153510&amp;do=diff</link>
        <description>PHP Code


&lt;?php
$data = [
    1 =&gt; 1000,
    5 =&gt;  300,
    9 =&gt;  200,
];
$stmt = $pdo-&gt;prepare('UPDATE users SET bonus = bonus + ? WHERE id = ?');
foreach ($data as $id =&gt; $bonus)
{
    $stmt-&gt;execute([$bonus, $id]);
}

?&gt;




Java Code


import java.io.*;

public class Main {
   public static void main(String[] args) {
      try {
         BufferedWriter out = new BufferedWriter(new FileWriter(&quot;outfilename&quot;));
         out.write(&quot;aString&quot;);
         out.close();
         System.out.println(&quot;F…</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:files&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:files</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:files&amp;rev=1665153510&amp;do=diff</link>
        <description>View/Download File


&lt;?php
$data = [
    1 =&gt; 1000,
    5 =&gt;  300,
    9 =&gt;  200,
];
$stmt = $pdo-&gt;prepare('UPDATE users SET bonus = bonus + ? WHERE id = ?');
foreach ($data as $id =&gt; $bonus)
{
    $stmt-&gt;execute([$bonus, $id]);
}
?&gt;


Download File - From Media Manager</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:special_code_highlighter&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:special_code_highlighter</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:special_code_highlighter&amp;rev=1665153510&amp;do=diff</link>
        <description>This is a more complex element, to be used only in cases where you desire to show many code snippets to the same piece of content.






// Java snippet





// .net snippet





// PHP snippet






The behavior is propagated to the whole page.</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:tables&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:tables</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:tables&amp;rev=1665153510&amp;do=diff</link>
        <description>Type 01
 COLUMN 1  COLUMN 2  Name 1  Value 1  Name 2  Value 2  Name 3  Value 3 


Type 02
 COLUMN 1  COLUMN 2  Name 1  Value 1  Name 2  Value 2  Name 3  Value 3 


Type 03
 COLUMN 1  COLUMN 2  Name 1  Value 1  Name 2  Value 2  Name 3  Value 3 


Type 04</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:tags&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:tags</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:tags&amp;rev=1665153510&amp;do=diff</link>
        <description>Host Tags

Replacing text, image and files.

Basic syntax:


%tagName


Text examples:

	*  TAG SupportEmailAddress: %SupportEmailAddress
	*  TAG Gateway: %Gateway
	*  TAG gatewayTestURL: %gatewayTestURL




Gateway Tag

This is a specific type of tag, associated to the</description>
    </item>
    <item rdf:about="https://testdocs.worldnettps.com/doku.php?id=playground:wrapers&amp;rev=1665153510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-07T14:38:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>playground:wrapers</title>
        <link>https://testdocs.worldnettps.com/doku.php?id=playground:wrapers&amp;rev=1665153510&amp;do=diff</link>
        <description>Wrap - Simple




My first wrap.

My first wrap.

My first wrap.

My first wrap.

My first wrap.

My first wrap.

My first wrap.

My first wrap.

My first wrap.



Wrap - Two Columns




Column One

Column Two

Reference: &lt;https://www.dokuwiki.org/plugin:wrap&gt;

Examples: &lt;https://www.dokuwiki.org/_media/plugin:wrap_plugin_example10.png&gt;</description>
    </item>
</rdf:RDF>
