Re: Starting with XML

2001-06-26 Thread burningclown
I don't know if it has been mentioned but you can also check out the package xae, which is an emacs-based XML IDE, by the same person who wrote jde (an emacs Java IDE). -Glenn On 26 Jun 2001, Ilya Martynov wrote: > > ER> I recommend. > ER> apt-get install emacs20 > ER> apt-get install psgml > E

Re: Starting with XML

2001-06-26 Thread Ilya Martynov
ER> I recommend. ER> apt-get install emacs20 ER> apt-get install psgml ER> Psgml parses XML and gives it color. With a DTD you can find out what ER> elements are valid. ER> I think there is also a debian-sgml list. You have forgotten apt-get install tdtd :) Without it emacs doesn't provide DT

Re: Starting with XML

2001-06-26 Thread Eric Richardson
Victor wrote: > > Hi, > > In my job I now need to transfer data between application using XML. > > As an absolute beginner in this field I'm asking you the very very > basic of XML. > > As far as I know having leafed through debian documentation XML as a > tagged language is a subset of SGML th

Re: Starting with XML

2001-06-18 Thread Noah Meyerhans
On Sun, Jun 17, 2001 at 08:43:57AM +, Victor wrote: > > 1) What deb packages should I install to build and view XML documents? > > 2) Where can I find documentation both on the packages themselves and, > above all, on XML? XML files are just text files. You can read and create them with you

Starting with XML

2001-06-17 Thread Victor
Hi, In my job I now need to transfer data between application using XML. As an absolute beginner in this field I'm asking you the very very basic of XML. As far as I know having leafed through debian documentation XML as a tagged language is a subset of SGML therefore: 1) What deb packages shou