1<?xml version="1.0"?>
2<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V4.12//EN" "http://www.gnu.org/software/texinfo/dtd/4.12/texinfo.dtd">
3<texinfo xml:lang="en">
4
5<setfilename>top.xml</setfilename>
6<settitle>top test</settitle>
7
8<!-- This traditional top node uses @ifinfo for testing. -->
9<!-- Therefore there will be warnings when processing with -html. -->
10<!-- The solution is to use @ifnottex instead. -->
11
12
13<menu>
14<menuentry>
15<menunode>Subnode</menunode>
16<menutitle>Subnode</menutitle>
17<menucomment>
18</menucomment>
19</menuentry></menu>
20
21<node>
22<nodename>Subnode</nodename>
23</node>
24<chapter>
25<title>Subnode</title>
26
27<para>Subnode.
28</para>
29</chapter>
30</texinfo>
31