You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
357 B
15 lines
357 B
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<blog>
|
|
#(mode)#
|
|
#{entries}#
|
|
<item>
|
|
<id>#[pageid]#</id>
|
|
<timestamp>#[timestamp]#</timestamp>
|
|
<ip>#[ip]#</ip>
|
|
<author><![CDATA[#[author]#]]></author>
|
|
<subject><![CDATA[#[subject]#]]></subject>
|
|
<content><![CDATA[#[page]#]]></content>
|
|
</item>
|
|
#{/entries}#
|
|
#(/mode)#
|
|
</blog> |