HighDots Forums  

import ascii data into a HTML file?

alt.html alt.html


Discuss import ascii data into a HTML file? in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
charliebishop@gmail.com
 
Posts: n/a

Default import ascii data into a HTML file? - 07-14-2006 , 12:58 PM






hello all,

I'm doing some research with some underwater gliders (AUVs) and I
process all the data through MATLAB. I would like to export some data
from matlab into a text file. This is no problem.

I would like to create a webpage that displays certain information that
would be imported from the text files created.

What would be the easiest way to do this?

cheers,

- Charlie


Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: import ascii data into a HTML file? - 07-14-2006 , 05:46 PM







charliebishop (AT) gmail (DOT) com wote:
Quote:
hello all,

I'm doing some research with some underwater gliders (AUVs) and I
process all the data through MATLAB. I would like to export some data
from matlab into a text file. This is no problem.

I would like to create a webpage that displays certain information that
would be imported from the text files created.

What would be the easiest way to do this?

cheers,

- Charlie
<a href="somefile.txt">View text file</a>

--
Adrienne Boswell at work
Administrator nextBlock.com
http://atlas.nextblock.com/files/
Please respond to the group so others can share



Reply With Quote
  #3  
Old   
Jim Moe
 
Posts: n/a

Default Re: import ascii data into a HTML file? - 07-14-2006 , 07:09 PM



charliebishop (AT) gmail (DOT) com wrote:
Quote:
I'm doing some research with some underwater gliders (AUVs) and I
process all the data through MATLAB. I would like to export some data
from matlab into a text file. This is no problem.

I would like to create a webpage that displays certain information that
would be imported from the text files created.

Place all of the text in a <pre> element.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #4  
Old   
Andy Dingley
 
Posts: n/a

Default Re: import ascii data into a HTML file? - 07-15-2006 , 05:55 AM



On 14 Jul 2006 09:58:37 -0700, charliebishop (AT) gmail (DOT) com wrote:

Quote:
I would like to create a webpage that displays certain information that
would be imported from the text files created.
I'd pre-process it using a scripting language (Python for choice). This
way you can have more than just crude visibility with linebreaks, you
can have styling too.

As I'm a web geek and already know the tools, then I'd probably
transform it into XML first (there are standard tools for simple CSV ->
XML) then I'd use XSLT to style it in XML. This is the quickest and
easiest way to code data stylers like this.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.