[
Lists Home |
Date Index |
Thread Index
]
Michael Good wrote:
> We have a situation where we need to add a new capability to the
> MusicXML language. This would best be handled by added a new feature to
> the MusicXML DTD, but we have customers who need its right now and
> cannot wait for MusicXML 1.2. So the best choice seems to be to add a
> processing instruction to the MusicXML 1.1 output. The feature is really
> simple, so a PI lets us add the new feature while keeping the document
> valid and adding little parsing overhead.
>
If it were me I'd go ahead and make it an element, validity be damned.
Or call it 1.1.1 and issue a new DTD. Processing instructions are the
bastard stepchild of the XML world. Lots of tools don't really support
them. If you use a processing instruction where and element would do,
you're just asking for trouble, plus you'll never be able to get rid of
it in 1.2 once you've let it out of the bag. :-(
--
Elliotte Rusty Harold elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
|