-
Recent Posts
Recent Comments
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
May 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Blogroll
Meta
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
33 Comments