* reading xml files
@ Christopher Moore
` Sean McMahon
0 siblings, 1 reply; 5+ messages in thread
From: Christopher Moore @ UTC (permalink / raw)
To: speakup
Hello,
Do we have any utilities to read xml files? This can be done in winblows
(IE) but not in lynx. Perhaps there is a conversion utility out there.
Thanks
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reading xml files
reading xml files Christopher Moore
@ ` Sean McMahon
` Erik Heil
0 siblings, 1 reply; 5+ messages in thread
From: Sean McMahon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
To correct a point they're pretty hard to read in ie with win also my machine at
work crashed reading them once. However using good old emacs they came out just
fine. Lots of source but readable.
----- Original Message -----
From: "Christopher Moore" <christopher.h.moore@verizon.net>
To: <speakup@braille.uwo.ca>
Sent: Thursday, April 01, 2004 1:51 PM
Subject: reading xml files
> Hello,
> Do we have any utilities to read xml files? This can be done in winblows
> (IE) but not in lynx. Perhaps there is a conversion utility out there.
>
> Thanks
> Chris
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reading xml files
` Sean McMahon
@ ` Erik Heil
` Janina Sajka
` Ryan Mann
0 siblings, 2 replies; 5+ messages in thread
From: Erik Heil @ UTC (permalink / raw)
To: Sean McMahon, Speakup is a screen review system for Linux.
Hello there.
XML documents are just text that has been marked up and contains tags as
well as other metadata represented in textual terms. So I really don't see
where this thread is headed nor where its going. I haven't checked my mail
in a few days, so I appologize if I'm not up on this completely. In any
event, nano or emacs, heck even vi will read XML documents just fine.
----- Original Message -----
From: "Sean McMahon" <smcmahon@usgs.gov>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, April 01, 2004 4:53 PM
Subject: Re: reading xml files
> To correct a point they're pretty hard to read in ie with win also my
machine at
> work crashed reading them once. However using good old emacs they came
out just
> fine. Lots of source but readable.
> ----- Original Message -----
> From: "Christopher Moore" <christopher.h.moore@verizon.net>
> To: <speakup@braille.uwo.ca>
> Sent: Thursday, April 01, 2004 1:51 PM
> Subject: reading xml files
>
>
> > Hello,
> > Do we have any utilities to read xml files? This can be done in
winblows
> > (IE) but not in lynx. Perhaps there is a conversion utility out there.
> >
> > Thanks
> > Chris
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reading xml files
` Erik Heil
@ ` Janina Sajka
` Ryan Mann
1 sibling, 0 replies; 5+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I have also had good success renaming .xml as .html and opening with lynx. Many tags will be the same and will get parsed and rendered correctly. The worst case is that you just get the tag displayed--just like any ASCII editor.
I suppose I could (and should) set .xml to open with lynx in my mailcap.
Erik Heil writes:
> Hello there.
> XML documents are just text that has been marked up and contains tags as
> well as other metadata represented in textual terms. So I really don't see
> where this thread is headed nor where its going. I haven't checked my mail
> in a few days, so I appologize if I'm not up on this completely. In any
> event, nano or emacs, heck even vi will read XML documents just fine.
> ----- Original Message -----
> From: "Sean McMahon" <smcmahon@usgs.gov>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Thursday, April 01, 2004 4:53 PM
> Subject: Re: reading xml files
>
>
> > To correct a point they're pretty hard to read in ie with win also my
> machine at
> > work crashed reading them once. However using good old emacs they came
> out just
> > fine. Lots of source but readable.
> > ----- Original Message -----
> > From: "Christopher Moore" <christopher.h.moore@verizon.net>
> > To: <speakup@braille.uwo.ca>
> > Sent: Thursday, April 01, 2004 1:51 PM
> > Subject: reading xml files
> >
> >
> > > Hello,
> > > Do we have any utilities to read xml files? This can be done in
> winblows
> > > (IE) but not in lynx. Perhaps there is a conversion utility out there.
> > >
> > > Thanks
> > > Chris
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Janina Sajka, Director
Technology Research and Development
Governmental Relations Group
American Foundation for the Blind (AFB)
Email: janina@afb.net Phone: (202) 408-8175
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: reading xml files
` Erik Heil
` Janina Sajka
@ ` Ryan Mann
1 sibling, 0 replies; 5+ messages in thread
From: Ryan Mann @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
You can read XML files with Lynx and you don't see all the code which is
the way I would want it. Unless I'm editing the document I have no reason
that I would want to see the source.
On Fri, 2 Apr 2004, Erik Heil wrote:
> Hello there.
> XML documents are just text that has been marked up and contains tags as
> well as other metadata represented in textual terms. So I really don't see
> where this thread is headed nor where its going. I haven't checked my mail
> in a few days, so I appologize if I'm not up on this completely. In any
> event, nano or emacs, heck even vi will read XML documents just fine.
> ----- Original Message -----
> From: "Sean McMahon" <smcmahon@usgs.gov>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Thursday, April 01, 2004 4:53 PM
> Subject: Re: reading xml files
>
>
> > To correct a point they're pretty hard to read in ie with win also my
> machine at
> > work crashed reading them once. However using good old emacs they came
> out just
> > fine. Lots of source but readable.
> > ----- Original Message -----
> > From: "Christopher Moore" <christopher.h.moore@verizon.net>
> > To: <speakup@braille.uwo.ca>
> > Sent: Thursday, April 01, 2004 1:51 PM
> > Subject: reading xml files
> >
> >
> > > Hello,
> > > Do we have any utilities to read xml files? This can be done in
> winblows
> > > (IE) but not in lynx. Perhaps there is a conversion utility out there.
> > >
> > > Thanks
> > > Chris
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
reading xml files Christopher Moore
` Sean McMahon
` Erik Heil
` Janina Sajka
` Ryan Mann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).