Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1, 1.6.5
-
Fix Version/s: 1.7-beta-2, 1.6.6
-
Component/s: XML Processing
-
Labels:None
-
Number of attachments :
Description
StreamingMarkupBuilder supports:
mkp.comment
mkp.pi
mkp.xmlDeclaration
They can be emulated using just mkp.yieldUnescaped but MarkupBuilder should also support these convenience methods to ease learning about the two approaches.
Proposed patch. A minor break in backwards compatibility but seems worthwhile for added consistency between the streaming and non-streaming markup builder classes.