Commit 39877114faecb0235f6e19e35686572a4eee07fa

Golmote 2015-07-10T22:04:05

ActionScript: Update examples to add inline XML

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/examples/prism-actionscript.html b/examples/prism-actionscript.html
index 416bae2..5c3f297 100644
--- a/examples/prism-actionscript.html
+++ b/examples/prism-actionscript.html
@@ -25,7 +25,6 @@ class B extends A {}</code></pre>
         &lt;employee ssn="123-123-1234">
             &lt;name first="John" last="Doe"/>
             &lt;address>
-                &lt;street>11 Main St.&lt;/street>
                 &lt;city>San Francisco&lt;/city>
                 &lt;state>CA&lt;/state>
                 &lt;zip>98765&lt;/zip>
@@ -34,7 +33,6 @@ class B extends A {}</code></pre>
         &lt;employee ssn="789-789-7890">
             &lt;name first="Mary" last="Roe"/>
             &lt;address>
-                &lt;street>99 Broad St.&lt;/street>
                 &lt;city>Newton&lt;/city>
                 &lt;state>MA&lt;/state>
                 &lt;zip>01234&lt;/zip>