<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE poem SYSTEM "C:\Documents and Settings\michael\Desktop\New
Folder\poem.dtd">
<poem>
<author>Rupert Brooke</author>
<date>19212</date>
<title>Song</title>
<stranza>
<line>And suddenly the wind comes soft,</line>
<line>And the sbhbhkjhbhbjhbhjbhjbhbh</line>
<line>And the sbhbhkjhbhbjhbhjbhjbhbh</line>
</stranza>
</poem>
En faite il créé bien mon fichier de sortie suivant:
<?xml version="1.0" encoding="UTF-8"?>
<poem xmlns:fo="http://www.w3.org/1999/XSL/Format">
<title>Song</title>
<author>Rupert Brooke
</author><date>19212</date>
<verse number="1" href="verse1.xml"/>
</poem>
Mais il ne créé pas mon fichier verse1.xml , quelqu'un pourrait me dire pq
et quel est mon erreur car je ne trouve pas ce qui cloche merci!!!
Bookmarks