Jogger.pl


Oryginalny komentarz

<?xml version="1.0" encoding="utf-8"?>
<program xmlns="http://funnyxmllang.nowhere/1.0"
xmlns:io="http://funnyxmllang.nowhere/modules/io/1.0">

<metadata>
<title>Hello World!</title>
<author>Michał Górny</author>
<version>1.0</version>
<license href="http://www.gnu.org/licenses/gpl.html">GPL3</license>
</metadata>

<function name="main" default="1">
<io:output handle="STDERR">Hello World!</io:output>
</function>
</program>

Wspominałem, że Textile (zwłaszcza Lite) ssie?

Zmodyfikowany komentarz

<?xml version="1.0" encoding="utf-8"?>
<program xmlns="http://funnyxmllang.nowhere/1.0"
                xmlns:io="http://funnyxmllang.nowhere/modules/io/1.0">

         <metadata>
                 <title>Hello World!</title>
                 <author>Michał Górny</author>
                 <version>1.0</version>
                 <license href="http://www.gnu.org/licenses/gpl.html">GPL3</license>
         </metadata>

         <function name="main" default="1">
                 <io:output handle="STDERR">Hello World!</io:output>
         </function>
</program>

Wspominałem, że Textile (zwłaszcza Lite) ssie?