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

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
Cordula's Web. http://www.cordula.ws/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4100D2B5.7040100>