For the particular HTML sample a workaround would be to change the style to
Code:
<style>
body .x div.a {
color: green;
}
</style>
PD4ML does not support selectors combine multiple classes, like "
div.a.b".
We'll add support for it to the forthcoming release.