[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: What is the rule for parsing XML in a namespace inside HTM
All good. How about this: <?Mapping XmlNamespace="stat" ClrNamespace="WiseOwl.Statistics" Assembly="WiseOwl.Statistics.Library" ?> <Window xmlns="http://schemas.microsoft.com/2003/xaml" Visible="true"> <SimpleText Foreground="DarkRed" FontSize="14">Hello World!</SimpleText> <stat:PoissonDeviate Mean="5.0" /> </Window> I would still expect a namespace declaration for the stat namespace. I've no objection to the mapping PI given that it has to tie together three pieces of information. I realize that the colon isn't doing that much, but again, expectations are set. Care to comment on the implications of the above with respect to interoperability (yes, the example is a user extension, so interoperability is dicey at best). len From: Joshua Allen [mailto:joshuaa@m...] ... going with whatever works best for the user and can get consensus among browser vendors, rather than doing user-hostile things in the name of purity to some random irrelevant spec. In fact, the Hyatt discussion has morphed in a sense into a discussion about namespaces in HTML [1], and the remarkable thing is that *none* of these people are suggesting the facist route of "force the whole world to use XHTML and only then will it work!". That's a good sign, IMO.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|