Should I create a new extension for an xml file?
Posted
by macleojw
on Stack Overflow
See other posts from Stack Overflow
or by macleojw
Published on 2010-06-03T08:40:55Z
Indexed on
2010/06/03
8:44 UTC
Read the original article
Hit count: 160
Xml
|best-practices
I'm working with a data model stored in XML files. I want to create some metadata for the model and store it alongside, but would like to be able to distinguish between the two. The data model is imported into some software from time to time and we don't want it to try to import the meta data files.
To get round this, I've been thinking of creating a new extension for the metadata xml files (say .mdml). Is this good practice?
© Stack Overflow or respective owner