Re: [xml-dev] To namespace or not to Namespace ....
Max Toro schrieb am 09.04.2010 um 17:07:25 (-0400) [Re: [xml-dev] To namespace or not to Namespace ....]: > > <!PREFIX f = org.fpml> > > Why not a processing instruction instead? e.g. > > <?xml-prefix f="org.fpml"?> Because the idea of a processing instruction (which can appear anywhere in mid-stream, soit dit en passant) is to instruct the application what to do with the data, and not what the data is in the first place. -- Michael Ludwig