
Hi Joshua, I receive a digest and read the mail using outlook. In my view the byte sequence EF BB BF precedeces the first character of your XML file. That is the BOM for UTF-8 (http://www.unicode.org/faq/utf_bom.html#BOM) and that content is correct XML (sec. 4.3.3 of XML Spec: ... entities encoded in UTF-8 MAY begin with the Byte Order Mark ... ) Usually Oxygen handles encoding very well, so maybe you use some other editor in your processing chain that is not that standard conform and adds another BOM. I had similar problems using Ultraedit. HTH Oliver
-----Ursprüngliche Nachricht----- Message: 1 Date: Thu, 01 Jun 2006 11:49:34 -0400 From: Joshua Noble <jnoble@mindseye.com> Subject: [oXygen-user] "content is not allowed in prolog" using Oxygen for MXML files To: oxygen-user@oxygenxml.com Message-ID: <447F0C8E.8080101@mindseye.com> Content-Type: text/plain; charset=UTF-8; format=flowed
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?