What I meant was that if you write <s:Button/> without declaring what s is 
(with xmlns:s="..." on that tag or on an enclosing tag) then you don't have 
valid XML.

- Gordon

-----Original Message-----
From: David Francis Buhler [mailto:davidbuh...@gmail.com] 
Sent: Wednesday, March 14, 2012 1:55 PM
To: flex-dev@incubator.apache.org
Subject: Re: Flex and names spaces in MXML

Omitting the xmlns attributes in MXML would make MXML valid XML, it just 
wouldn't prevent namespace collisions (because there is no namespace prefix).

On Wed, Mar 14, 2012 at 4:47 PM, Justin Mclean <jus...@classsoftware.com> wrote:
> Hi,
>
>> Omitting the xmlns attributes in MXML would make MXML not be valid XML.
>
> That's probably an issue.
>
> Does anything currently require them to be 100% valid XML with namespaces 
> (compared to well formed XML missing namespaces)?
>
> Thanks,
> Justin

Reply via email to