Re: Data table text I/O package?



"Jacob Sparre Andersen" <sparre@xxxxxx> wrote in message
news:m2hdfzek8i.fsf@xxxxxxxxxxxxxxxx
> Preben Randhol wrote:
> > Jacob Sparre Andersen <sparre@xxxxxx> wrote on 15/06/2005 (13:38) :
>
> > > The important part is to have the checking of the headers and the
> > > generation of Put_Line and Get_Line procedures automated based on
> > > a record type (and not too much more). Since I need records (for
> > > type checking) and not just simple arrays, I can't manage with a
> > > generic package, but have to put some code generation into the
> > > system (or can I play some tricks with streams?).
> >
> > So the header might be:
> >
> > Integer Float Text
>
> Not quite. The headers would be field names, not just types. I.e.:
>
> Gene ID p-value Expression-level Description Human cromosome
> GE29031 0.04539 245.45 Cyclin-B1 17

I may be dense, but isn't this the purpose of XML? If so, why reinvent the
wheel?

(I personally think XML is way overused, more because it *can* be used than
that it is worthwhile for the application. But this seems to be exactly the
application that it was designed for. You'll end up with something like XML
eventually anyway, why not start with it?)

Randy.



.



Relevant Pages

  • Re: InsertXml - not getting the same result as opening xml file
    ... I will make a suggestion to MS along the lines you have suggested. ... insert the XML file: ... > a template which contains the headers and footers, ...
    (microsoft.public.office.developer.vba)
  • Re: Wanted:MAIL.MAI structure definition
    ... exports using XML. ... SMTP mail and all the software out there which processes RFC-compliant headers ... I would maintain that to store mail messages you would need to use CLOB ... Every mail message arriving into an OpenVMS system gets its format converted. ...
    (comp.os.vms)
  • Re: XmlTextReader URL Limitation???
    ... the parsing of http headers for security reasons (to block out mal-formed ... useUnsafeHeaderParsing = true in the app.config file as the knowledge-base ... The "fix" is to have the XML server send clean http ... >> The problem is that when the URL string exceeds about 163 characters ...
    (microsoft.public.dotnet.xml)
  • Re: InsertXml - not getting the same result as opening xml file
    ... then inserted the XML and I get the result I expected. ... headers etc) are still applied even though ... Same for page layout, headers and footers, option settings that might affect ...
    (microsoft.public.office.developer.vba)
  • Re: Posting XML to web server
    ... can't understand the xml part. ... > instead if you want to, but then you need other headers. ... not the actual base64 encoded string. ... But if you Url encode the content, do you have to set any specific HTTP ...
    (comp.lang.java.programmer)