18 lines
520 B
XML
18 lines
520 B
XML
<?xml version="1.0"?>
|
|
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
|
|
<properties>
|
|
<title>Bienvenue</title>
|
|
<author email="dev@maven.apache.org">The Maven Team</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Bienvenue dans un fichier XDOC!">
|
|
<p>
|
|
Ceci est du texte pour le fichier xdoc.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|
|
|