Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
-
None
-
All Platforms
Description
We can't produce some XML constructs using MarkupBuilder.
For example, you can create elements with attributes and text. The following is not possible:
<doc id='xyz123'>
<p class='normal'>Text Here</p>
</doc>