major
nice-to-have
defect
major
enhancement
minor
#23191
TagWriter: Consistent semantics of `writeText()` and `append()`
Previously, the semantics of ` writeText() ` were "text in element content." Specifically, within an attribute, `writeAttributeText()` had to be used explicitly; otherwise, `writeText() ` would return an assertion error.
Improvement
`writeText()` and `append()` are equivalent. You can use the same code to output text in both element content and attribute content.
Test
- test.com.top_logic.basic.xml.TestTagWriter.testAttributeWriterRegion()