09-08-2004, 06:18 PM | #1 (permalink) |
Addict
|
[xml] Can anyone explain why saving pm's in XML produces a code only file?
Using the pm's archive abilities to get a XML file, I find the file contains everything. Though... it looks like a bunch of code that's supposed to be rendered to produce a nice looking result. Can anyone try it and see if there is an formatting error keeping the XML file from showing up correctly? I've tried opening it in IE 6 so far.
Thanks!
__________________
Slowly but surely getting over the loss of TFP v. 3.0. Where the hell am I?.... Showering once a month does not make you a better person. "The ultimate measure of a man is not where he stands in moments of comfort, but where he stands at times of challenge and controversy." Martin Luther King, Jr. |
09-09-2004, 09:28 AM | #3 (permalink) |
Junkie
|
In order to expedite analysis, I sent myself a couple of PMs and downloaded the XML archive. Curiously, Internet Explorer renders the XML verbatim using its default stylesheet, whereas Mozilla removes the message body from its CDATA section, escapes the XML entities (<, >, and &), and appends the message body text directly to the message element. In both cases, the browser renders a "data-only" presentation because that's what its default stylesheet is supposed to do. If you want the data in a "pretty" format, such as an HTML table, then you need to write your own XSL stylesheet and run an XSLT transform against the XML document using that stylesheet. See the XSLT tutorial at http://www.w3schools.com/xsl/default.asp for more on this.
|
09-09-2004, 03:07 PM | #4 (permalink) |
Addict
|
That's what I thought!
Err... is there a basic format you could write up for me? Nothing fancy. But whereas I can read the data much better and in a more presentable fashion. Thanks for the help!
__________________
Slowly but surely getting over the loss of TFP v. 3.0. Where the hell am I?.... Showering once a month does not make you a better person. "The ultimate measure of a man is not where he stands in moments of comfort, but where he stands at times of challenge and controversy." Martin Luther King, Jr. |
09-09-2004, 07:22 PM | #6 (permalink) |
Junkie
|
Here's a very basic viewer. Extract the files and launch private_message_viewer.hta. The interface is self-explanatory.
http://binaryprophets.clarkworx.com/...age_viewer.zip |
09-10-2004, 07:38 PM | #7 (permalink) |
Addict
|
THANK YOU VERY MUCH! THAT'S EXACTLY WHAT I NEEDED!
__________________
Slowly but surely getting over the loss of TFP v. 3.0. Where the hell am I?.... Showering once a month does not make you a better person. "The ultimate measure of a man is not where he stands in moments of comfort, but where he stands at times of challenge and controversy." Martin Luther King, Jr. |
Tags |
code, explain, file, produces, saving, xml |
|
|