Hi, maybe someone can help. I want to write a XML file, which should be opened in MS Excel 2003.
I have 2 xml-files, each contains the same data, if opened in Ultraedit editor under Windows. The first one was an Excelfile, which i exported to XML with Excel. This file can be reopened in Excel without problems. Here´s some sample code, how Rev reads the file (in Rev some characters are not shown like ultraedit shows them) <Cell ss:StyleID="s21"><Data ss:Type="String">WSXGA 1680 x 1050 Pixel, Helligkeit 300cd/m², Kontrast 1000:1, Bildwinkel 160°/160° (H/V), Reaktionszeit: 5ms, Pixelabstand: 0.258mm, Signal-Eingang: Analog (VGA) u. DVI-D (HDCP), Kensington-Lock, integriertes Netzteil, TCO '03, Pixelfehlerklasse II, TÃV/GS, TÃV Ergo, 473 x 310 x 73 mm, 5.6 kg</Data></Cell> The other one was created by me using a normal CSV file. This one cannot opened in Excel. Here´s smoe sample code, how Rev reads that file <Cell ss:StyleID="s21"><Data ss:Type="String">WSXGA 1680 x 1050 Pixel, Helligkeit 300cd/m², Kontrast 1000:1, Bildwinkel 160°/160° (H/V), Reaktionszeit: 5ms, Pixelabstand: 0.258mm, Signal-Eingang: Analog (VGA) u. DVI-D (HDCP), Kensington-Lock, integriertes Netzteil, TCO '03, Pixelfehlerklasse II, TÜV/GS, TÜV Ergo, 473 x 310 x 73 mm, 5.6 kg</Data></Cell> As you can see, my "created" file contains for example the character for degree and also some german "umlaute". The original xml file instead shows 2 characters for these characters. How can i convert my "created" file, so these characters are like the ones in the export xml-file? I hope, i was clear enough. Regards, Matthias _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
