On Tue, Jul 17, 2012 at 9:42 AM, amutsikiwa <[email protected]> wrote: > Hi Helix, > > I managed to get something by going to > http://ir.uz.ac.zw/xmlui/DRI/handle/10646/4 . However, I am at a loss at how > to use the resultant XML file and incorporate it into another website. > > Regards, > > Admire Mutsikiwa
Please, always CC dspace-tech when replying. That depends on what application you use to generate your webpages. >From what I can see you use PHP. So you can read the XML file from the PHP script which generates your page, extract the data you want and display it. I recommend you use SimpleXML [1], it's really simple and will be sufficient for the job. In other words, DSpace gave you the data, what you do with it is up to you. [1] http://www.php.net/manual/en/book.simplexml.php Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

