PDA

View Full Version : XML Help


dartos
11-24-2009, 07:16 AM
I have a program that will export in xml at 30 second intervals, I have set the location to my web server, how do I keep the format the same when a new file gets uploaded? Any help would be great, thanks.

oesxyl
11-24-2009, 07:26 AM
I have a program that will export in xml at 30 second intervals, I have set the location to my web server, how do I keep the format the same when a new file gets uploaded? Any help would be great, thanks.
sorry but I don't understand, you need to explain more.
if you use a program to export the file this is done in a deterministic way.

best regards

dartos
11-24-2009, 07:27 AM
sorry, all the program does is export the data, i want to be able to format the data so it's viewable (like css does for html). that is what i'm asking, sorry for not explaining that.

oesxyl
11-24-2009, 07:33 AM
sorry, all the program does is export the data, i want to be able to format the data so it's viewable (like css does for html). that is what i'm asking, sorry for not explaining that.
something like this:

http://www.w3schools.com/xsl/default.asp

xslt can transform xml to xml, html, text or a custom format. w3schools tutorial will give you a idea about what is and how can be used but is more then what is there, :)
I hope this is what you ask, :)

best regards