PDA

View Full Version : A program to generate files xml


akiles500
11-27-2008, 04:51 AM
Someboy knows how to create a program him to read the content of a portafolio
that we assign and it create a file xml with the following structure:
<menu>
<game name="archivo_1">
<description>archivo_1</description>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="archivo_2">
<description>archivo_2</description>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
.
.
.
.
.
</menu>

Because the program dir2xml and Hyperspin game list creator believes them otherwise and doesn´t work in hiperspin

Dazz
11-27-2008, 08:38 AM
Personally I would like to see a program that will compare a dat or xml file that contains all of the games to the actual games that we have in our collections. This will then create a list based only on the games we have in our roms folder. Currently using a full xml, but that full XML has no clue what games we actually have loaded or not.

sydaroa
11-27-2008, 02:30 PM
Try this, is a xml generator mady by Fuents, he is a great friend of mine

http://www.megaupload.com/es/?d=8RDPJDVX

The only bug is that show the rom extension. but it can be deleted using a text editor.

It works fine for me

Grettings