It seems my theme has something missing which is affecting the administrative screens.
When I use the default barceloneta theme existing content of the textareas loads as expected. Any thoughts as to what might be the issue?
When the barceloneta theme is enabled all textareas load existing content as expected
Found the problem. My theme was actively omitting the content of textarea.
I had a xsl rule used to inject an additional class into my textareas, but it was not putting back the content of the textarea.
(BTW.. if you use the rules below in Diazo they must never be found in nested tags)
For the sake of completeness I'm linking to this blog post. It discusses the use of <replace> instead of <xsl:template match>. <replace> offers the same functionality but generally can be used in nested rules.