Pardon a simple question... but I've never dealt with XML before.
I have a problem. I am trying to edit an XML file that came with a GPS unit that I own. I can access the file fine, and all I need to do is change a few numbers within the file. (Gives better routings, ETAs, etc.)
So from a complete newb... how do I do this? A search on google suggests that it's not as simple as opening up the file in Notepad and making the changes.
Is there any way to do this without having to install a specialized XML editor?
Thanks!
Comments
Thanks!
Here is shortened version of my XML file.
This may seem like a very simple question, but how do I best display this as an html file?
Person_who_has_shit_to_do.jpg
Is there an easy way in Vi to search for spaces? My problem is that all my XMLs are exported with extra spaces, e.g.
bla bla .
This causes an error in the XSLT file, so I've been having to manually remove each of these spaces, i.e.bla bla.
:%s/\\s\\<\\/column\>/\\<\\/column\\>/g
What? What does that even mean? What has OSX got to do with it? In what ways can vi and LaTeX play poorly together? *brains leaking out nose and ears*
The only possible interpretation I could think of was that you couldn't get LaTeX syntax highlighting to work in vim, which is totally reasonable. Doing a search for vim-latex makes me baffled. Why would someone incorporate all of these things into vim? I guess I see vim as a fancy editor as opposed to a productivity suite; "compiling" LaTeX seems best suited to other programs in my opinion.
I've used LyX before but I didn't like the interface, far too much clutter. I've been using LaTeX for a while and all I need is the highlighting, some macros and some sort of "live preview" function. I don't like LyX WYSIWYG approach.