0
votes
2answers
261 views

Code highlighting with E4X XML literals in ActionScript code blocks [duplicate]

When entering XML literals using E4X syntax in ActionScript the code highlighting can be broken: package { public class XMLTest { public function XMLTest() { // here highlighting ...
0
votes
3answers
188 views

WMD/Prettify does not support dot character for XML elements [duplicate]

The WMD (or possibly Prettify) does not support the dot (.) character for elements, despite it being part of the XML Specification. This comes up on StackOverflow with XAML related questions. Below ...