[Fwd: Re: [tei-council] Conformance draft: namespace purity]

Lou Burnard lou.burnard at computing-services.oxford.ac.uk
Tue Apr 3 10:23:54 EDT 2007


Syd sayd:

|BUT, it certainly shouldn't be the default. Remember that our target
|audience includes (lots of) folks who are decidedly not XML experts.
|Can you imagine the confusion of having to change
|
|  <text>
|    <body>
|      <head>Blue</head>
|      <p>My encoded text with the thing I am
|      interested in encoding</p>
|    </body>
|  </text>


Err, actually I think there is quite a lot less confusion in explaining 
that they need to turn that into something like this:

<text xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:mine="http://mynamespace.org">
   <text>
     <body>
       <head>Blue</head>
       <p>My encoded text with the
       <mine:thingie>thing</mine:thingie> I am
       interested in encoding</p>
     </body>
   </text>




More information about the tei-council mailing list