{
  "type": "Block",
  "nodes": [
    {
      "type": "Doctype",
      "val": "xml",
      "line": 1,
      "filename": "xml.tokens.json"
    },
    {
      "type": "Tag",
      "name": "category",
      "selfClosing": true,
      "block": {
        "type": "Block",
        "nodes": [],
        "line": 2,
        "filename": "xml.tokens.json"
      },
      "attrs": [
        {
          "name": "term",
          "val": "'some term'",
          "mustEscape": true
        }
      ],
      "attributeBlocks": [],
      "isInline": false,
      "line": 2,
      "filename": "xml.tokens.json"
    },
    {
      "type": "Tag",
      "name": "link",
      "selfClosing": false,
      "block": {
        "type": "Block",
        "nodes": [
          {
            "type": "Text",
            "val": "http://google.com",
            "line": 3,
            "filename": "xml.tokens.json"
          }
        ],
        "line": 3,
        "filename": "xml.tokens.json"
      },
      "attrs": [],
      "attributeBlocks": [],
      "isInline": false,
      "line": 3,
      "filename": "xml.tokens.json"
    }
  ],
  "line": 0,
  "filename": "xml.tokens.json"
}