Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 01:03:04 +0930
From:      Malcolm Kay <malcolm.kay@internode.on.net>
To:        cpghost <cpghost@cordula.ws>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: XML utility
Message-ID:  <200407240103.04682.malcolm.kay@internode.on.net>
In-Reply-To: <4100D2B5.7040100@cordula.ws>
References:  <200407230134.19818.mfcardenas@prodigy.net.mx> <200407231804.32858.malcolm.kay@internode.on.net> <4100D2B5.7040100@cordula.ws>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 23 July 2004 18:26, cpghost wrote:
> Malcolm Kay wrote:
> >On Friday 23 July 2004 16:04, Miguel Cardenas wrote:
> >>Hello
> >>
> >>Anybody knows a program or utility to view XML documents?
> >
> >You should realise that XML defines a syntax and grammar for
> >storing data. How that information is intended to be used
> >(or displayed) depends on the particular application for which
> >it was written.
> >
> >To examine an XML file generically requires no more than a
> >standard text editor. Or you can use an editor (say nedit)
> >which can interpret the syntax and highlight the structure.
>
> If your XML file came with an XSLT stylesheet, you could use
> xsltproc to convert the file to whatever the stylesheet specifies
> (that's normally, but doesn't necessarily need to be, HTML).
> xsltproc is part of the textproc/libxslt port.

Of course; but this is a very narrow view of the usage of XML. A
stylesheet with many applications of XML just doesn't make sense.
Take for example the XML project files used by MS Visual Studio
to control the compilation, linking and installation of software
from source code.

Malcolm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407240103.04682.malcolm.kay>