From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 01:47:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4118816A4D2 for ; Sat, 24 Jul 2004 01:47:04 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy05.prodigy.net.mx [148.235.52.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA12E43D1F for ; Sat, 24 Jul 2004 01:47:03 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy05 [148.235.52.25]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1C008RC2AALI@smtp.prodigy.net.mx>; Fri, 23 Jul 2004 20:46:58 -0500 (CDT) Received: from dup-200-64-114-195.prodigy.net.mx (du-200-64-114-195.prodigy.net.mx [200.64.114.195])(built Sep 8 2003)) with ESMTP id <0I1C008LP2A9FV@smtp.prodigy.net.mx>; Fri, 23 Jul 2004 20:46:58 -0500 (CDT) Date: Fri, 23 Jul 2004 20:55:05 -0500 From: Miguel Cardenas In-reply-to: <200407231804.32858.malcolm.kay@internode.on.net> To: Malcolm Kay Message-id: <200407232055.05887.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:21 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 1.0000) References: <200407230134.19818.mfcardenas@prodigy.net.mx> <200407231804.32858.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: XML utility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mfcardenas@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:47:07 -0000 > 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. It is a small text describing the usage of an utility... it describes the syntax etc etc but all text is continuous (appears as a stream of text in mozilla)... There is no version in txt or html, and can't edit the file to remove all the xml tags and give a new format... I need to open it as is... Thanks!!