This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a5b70e  Update mxml.md
5a5b70e is described below

commit 5a5b70ed482c7c737a6e90aefd9ca5606730a7c1
Author: Andrew Wetmore <and...@cottage14.com>
AuthorDate: Wed Apr 22 19:27:40 2020 -0300

    Update mxml.md
    
    working on enriching this page.
---
 features/mxml.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/features/mxml.md b/features/mxml.md
index adb3905..92df6e5 100644
--- a/features/mxml.md
+++ b/features/mxml.md
@@ -26,6 +26,8 @@ The declarative XML-based user interface markup language
 
 MXML is an XML language that you use, when building an application in Royale, 
to lay out user-interface components.
 
+Most Royale applications have an MXML file as the main file in the app. It 
provides the structure of the application, and generally imports resources and 
functions that the app needs.
+
 ```mxml
 <?xml version="1.0" encoding="utf-8"?>
 <j:Group xmlns:fx="http://ns.adobe.com/mxml/2009"; 
@@ -50,4 +52,4 @@ MXML is an XML language that you use, when building an 
application in Royale, to
         </j:HGroup>
     </j:Card>
 </j:Group>
-```
\ No newline at end of file
+```

Reply via email to