[Home] [By Thread] [By Date] [Recent Entries]
Hello everybody!
I have this .xml file: <?xml version="1.0" encoding="windows-1252"?> <file xmlns="http://bibtexml.sf.net/"> <entry id="art">
<article>
<author>Isabel Menindez and Luis Perez</author>
<note>note1</note>
<note>note2</note>
</article>
</entry><entry id="conf">
<conference>
<author>Jhon Smith</author>
<note>note5</note>
</conference>
</entry><entry id="boo">
<book>
<title>The title</title>
<note>note3</note>
<note>note4</note>
</book>
</entry><entry id="inb">
<inbook>
<pages>42</pages>
</inbook>
</entry></file>
The result must be: <?xml version="1.0" encoding="windows-1252"?> <file xmlns="http://bibtexml.sf.net/"> <entry id="art">
<article>
<author>Isabel Menindez and Luis Perez</author>
<note>note1 and note2</note>
</article>
</entry><entry id="conf">
<conference>
<author>Jhon Smith</author>
<note>note5</note>
</conference>
</entry><entry id="boo">
<book>
<title>The title</title>
<note>note3 and note4</note>
</book>
</entry><entry id="inb">
<inbook>
<pages>42</pages>
</inbook>
</entry></file> Could anybody help me? Thank You, Regards Izaskun Gutierrez
|

Cart



