From: Pau M. M. T. <pa...@gm...> - 2008-03-05 11:27:36
|
Hi I'm working in a bioinformatics group building up a server for a ms/ms experiments, until now or data that we receive is in the format <?xml version="1.0" encoding="UTF-8"?> <mzData version="1.05" accessionNumber="psi-ms:12345" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"> and I we need to convert into <?xml version="1.0" encoding="ISO-8859-1"?> <mzData version="1.05" accessionNumber="" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=" http://psidev.sourceforge.net/ms/xml/mzdata/mzdata.xsd"> there is some tool (for linux) or guide to convert from one format (UTF-8) to the other (ISO-8859-1) thanks pau -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona) telèfon: 93 5812807 Email : pau...@bi... |