## Problem When parsing a `style` element and then trying to transform the element back to a string the whole style is wrapped inside a `CDATA` tag. ## Possible solution Add a new element `Style` that can correctly represent its content as a string.