<?xml version="1.0" encoding="UTF-8"?>
<blogs type="array">
  <blog>
    <id type="integer">1</id>
    <commentable>no</commentable>
    <notify-about-comment type="boolean">true</notify-about-comment>
    <captcha-enabled type="boolean">false</captcha-enabled>
    <disallow-links-in-comments type="boolean">false</disallow-links-in-comments>
    <custom-template nil="true"/>
    <handle nil="true"/>
    <title>Блог</title>
    <html-title nil="true"/>
    <meta-keywords nil="true"/>
    <meta-description nil="true"/>
    <tags type="array">
      <tag>
        <title>test</title>
      </tag>
      <tag>
        <title>test2</title>
      </tag>
    </tags>
  </blog>
  <blog>
    <id type="integer">2</id>
    <commentable>no</commentable>
    <notify-about-comment type="boolean">true</notify-about-comment>
    <captcha-enabled type="boolean">false</captcha-enabled>
    <disallow-links-in-comments type="boolean">false</disallow-links-in-comments>
    <custom-template nil="true"/>
    <handle>second_blog</handle>
    <title>Second blog</title>
    <html-title nil="true"/>
    <meta-keywords nil="true"/>
    <meta-description nil="true"/>
    <tags type="array"/>
  </blog>
</blogs>
