Namespaces vs XML doc and template XML doc

I have an XML document (eg: MyDoc.xxd) and a related schema.
I want to create a template for this type of document (eg: MyTemplate.xxt)
which uses the same schema.
So:

MyDoc.xxd:
<blah xmlns="http://MyURI/xx">...</blah <http://MyURI/xx>>

MyTemplate.xxt:
<blah xmlns="http://MyURI/xx">...</blah <http://MyURI/xx>>

ie: they are identical (MyDoc.xxd was created by copying MyTempalte.xxt and
renaming)

I am looking for opinions on whether it is good practise to have different
file types (extensions) which use the same namespace and schema.

Are they any precedents for this kind of use? (Other than .htm, .html)

Received on Wednesday, 22 August 2001 05:42:59 UTC