Category Archives: XML

Flex library of code snippets in MXML

I’ve been working on a way to program software using a simple instructions instead of writing code. In that journey I found Flex MXML is helping to solve that problem. I’ll give you an example. Let’s say you want to … Continue reading

Posted in Flex, Technology, XML | Leave a comment

Content is not allowed in prolog

This error is generated when characters are located before the XML document type declaration. The very first line and very first characters of an XML document should look like this: <?xml version=”1.0″ encoding=”utf-8″?> When characters (any character) is placed before … Continue reading

Posted in Flex, XML | 37 Comments