Updated Asterix SDK + Easy XDM
diff --git a/asterix-examples/src/main/resources/js/easyXDM/example/glossary.aspx b/asterix-examples/src/main/resources/js/easyXDM/example/glossary.aspx
new file mode 100644
index 0000000..c815101
--- /dev/null
+++ b/asterix-examples/src/main/resources/js/easyXDM/example/glossary.aspx
@@ -0,0 +1,29 @@
+<%

+    Response.ContentType = "application/json"

+    Response.AddHeader("x-foo", "bar")

+    Response.AddHeader("Access-Control-Allow-Origin", "http://xdm4")

+    Response.AddHeader("Access-Control-Allow-Methods", "POST")

+

+%>

+{

+    "glossary": {

+        "title": "example glossary",

+        "GlossDiv": {

+            "title": "S",

+            "GlossList": {

+                "GlossEntry": {

+                    "ID": "SGML",

+                    "SortAs": "SGML",

+                    "GlossTerm": "Standard Generalized Markup Language",

+                    "Acronym": "SGML",

+                    "Abbrev": "ISO 8879:1986",

+                    "GlossDef": {

+                        "para": "A meta-markup language, used to create markup languages such as DocBook.",

+                        "GlossSeeAlso": ["GML", "XML"]

+                    },

+                    "GlossSee": "markup"

+                }

+            }

+        }

+    }

+}
\ No newline at end of file