LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do i read *.xml file on server (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-read-%2A-xml-file-on-server-557774/)

Raakh 05-30-2007 11:27 AM

how do i read *.xml file on server
 
I am using putty software to access and use Linux commands on my dedicated server.

how can i read my *.xml files

SkipDaddy 05-30-2007 11:55 AM

On a basic level, they are just text files, and all your normal ways of reading text files apply (vi, emacs, more, less, page, etc).

Now if you are looking for more or something different, can you please clarify what it is you would like to see or do?

pixellany 05-30-2007 12:44 PM

To read an .XML file and have it actually be readable, you need the matching style sheet.

I'm going to lurk here, because I want to know how to do this also.....

Zmyrgel 05-31-2007 01:41 AM

Would the sc program help? I haven't used it ever but you could test it.
If you run X you could put VNC server on your server and contact that to use GUI tools.

theYinYeti 05-31-2007 01:48 AM

Maybe xmllint is what you need...

Yves.

chrism01 05-31-2007 07:09 AM

Well, if you know what prog is producing the XML (and tell us), you'd just need to get the DTD (defines the XML layout), but as mentioned, ultimately it's just plain text, looks vaguely like HTML fyi.


All times are GMT -5. The time now is 08:02 AM.