"Tatablack" <webfor...@macromedia.com> wrote in message
news:cai2m4$f18$1...@forums.macromedia.com...
> Hi, all.
> I've been trying to use http://www.jedit.org for MXML editing, and hoped
to
> use the mxml.xsd schema to get tag editing, autocompletion, and so on. The
fact
> is: I can, adding a couple of attributes to the Application tag (see
attached
> code), but then the .mxml file won't compile. The error raised is:
>
> Unknown attribute 'xsi:schemaLocation' on mx.core.Application
>
> May I ask for this attribute to be supported in future releases? Should
that
> be an enhancement request?
> Let me know what you think...
>
> Angelo
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.macromedia.com/2003/mxml ./mxml.xsd
> http://www.macromedia.com/2003/mxml ./mxml.xsd"
> >
>
> </mx:Application>
>