Skip to content

Commit

Permalink
ActionScript: Update examples to add inline XML
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Jul 10, 2015
1 parent 2c1626a commit 3987711
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/prism-actionscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h2>Inline XML</h2>
&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>
Expand All @@ -34,7 +33,6 @@ <h2>Inline XML</h2>
&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>
Expand Down

0 comments on commit 3987711

Please sign in to comment.