On Thursday 01 June 2006 17:49, Joshua Noble wrote: > I'm trying to use Oxygen to edit MXML files (Macromedia Flex). > Everything works fine except that this error always appears: content is > not allowed in prolog. What's up with this? Here's the line it chokes on: > > <?xml version="1.0" encoding="utf-8"?> > > This is the way all Flex files start and there don't seem to be any > problems there. Anybody know what's up?
Nothing wrong with the above, except if you insert an extra space or a line before the <? Remove such space or any lines preceeding and it should work. Hope this helps. -- Ask me about the Monkey. Sean Wheller Technical Author [EMAIL PROTECTED] +27-84-854-9408 http://www.inwords.co.za _______________________________________________ oXygen-user mailing list [email protected] http://www.oxygenxml.com/mailman/listinfo/oxygen-user
