|
Summary: XML is a specification for structuring data in a file. Exactly what data, and what it might be used for, is not part of that specification.
Yes and no. I can tell you what XML documents are, but I can't tell you what those XML documents are. But I do have some suggestions for cleaning things up. • XML stands for "eXtensible Markup Language" - it's nothing more than a specification for structuring data, and not much more. It's that "not much more" that's going to be our problem here. The issue is that while the fact that it's a ".xml" file tells you that it's some kind of structured data, it doesn't tell you at all what the data is, or who produced it. Much like a ".dat" file there's just no way to know what a ".xml" file contains without knowing more about it. "... there's just no way to know what a '.xml' file contains without knowing more about it."
Now, unlike a ".dat" file, a ".xml" file is text, so one approach might be to open up the file in notepad and take a peek. The problem here is that it's extremely likely that the results will still be incomprehensible to most folks. In other words, you might be able to look at the data, but that still won't help you figure out what it is. There are several approaches to dealing with unknown files like ".xml" files you don't recognize:
The bottom line here is simply this: knowing that a file is an XML file tells you almost nothing about it. You need to know what it contains, or who created it, in order to really know what the file's purpose is. Related:
• Recent Comments
In my experience, .xml fikes open in a browser, and can be all sorts of things. For instance, Windows Live Messenger logs are kept in xml files. Find them, open them in Firefox, and they have all your conversations in ordered fashion. Posted by: Fred at April 26, 2008 01:07 AMPost a comment on "What are XML documents?":
|
Archives Advertisers |
|