summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-default.tmpl
blob: 3b6cb2676dc681ec87ee00f9dafd3fd7e5b96a98 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<page id="${node.namespace.name}.${node.name}"
      type="topic"
      style=""
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
  </info>
  <title>${node.namespace.name}${node.name}</title>
${format(node.doc)}</page>