Italian Bibliocatalog
Posted: 2008-02-27 12:22:24
Dear Friends,
I found on the web an .xml file of the following kind:
<?xml version="1.0" encoding="Windows-1252"?>
<catalog>
<book>
<number>1</number>
<author>ANNE RICE</author>
<title>INTERVISTA COL VAMPIRO</title>
<original-title>The Sands Of Mars</original-title>
<year>1951</year>
<pages>171</pages>
<plot>A San Francisco alle soglie del 2000 il giornalista Mallory.</plot>
<cover>/9j/4AAQSkZJRgABAQEAlgCWAAD//gA7Q3JlYXRvcjogUG9seVZpZXeuIFZlcnNpb24gMy45MiBi
eSBQb2x5Ynl0ZXMNClF1YWxpdHk6IDc1/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0a9KKKKwnuWj//2Q==</cover>
</book>
</catalog>
it refers to a collection of books and the <book> is recursive. Note that the <cover> contains an image coded in base64.
Opening with a text editor I saw that amc.xml catalog has a structure very similar to the one showed but.... I'm a newbye and I'm not able to transform it.
Do you know if it is possible to use this catalog with AMC (changing the fields name, obviously)?
many thank to everyone.
I found on the web an .xml file of the following kind:
<?xml version="1.0" encoding="Windows-1252"?>
<catalog>
<book>
<number>1</number>
<author>ANNE RICE</author>
<title>INTERVISTA COL VAMPIRO</title>
<original-title>The Sands Of Mars</original-title>
<year>1951</year>
<pages>171</pages>
<plot>A San Francisco alle soglie del 2000 il giornalista Mallory.</plot>
<cover>/9j/4AAQSkZJRgABAQEAlgCWAAD//gA7Q3JlYXRvcjogUG9seVZpZXeuIFZlcnNpb24gMy45MiBi
eSBQb2x5Ynl0ZXMNClF1YWxpdHk6IDc1/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0a9KKKKwnuWj//2Q==</cover>
</book>
</catalog>
it refers to a collection of books and the <book> is recursive. Note that the <cover> contains an image coded in base64.
Opening with a text editor I saw that amc.xml catalog has a structure very similar to the one showed but.... I'm a newbye and I'm not able to transform it.
Do you know if it is possible to use this catalog with AMC (changing the fields name, obviously)?
many thank to everyone.