aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/xmlrole.xml
blob: c9f999e523f8d93973d377e76d95b07ade1e2853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="iso-8859-1" ?>
<catalogue>
    <book type="Hardcover">
        <title>C++ GUI Programming with Qt 4</title>
        <year>2006</year>
        <author>Jasmin Blanchette</author>
        <author>Mark Summerfield</author>
    </book>
    <book type="Paperback">
        <title>Programming with Qt</title>
        <year>2002</year>
        <author>Matthias Kalle Dalheimer</author>
    </book>
 </catalogue>