On Fri, May 25, 2012 at 1:59 AM, Алексей Штыков <if...@ma...> wrote:
> I've seen this. I will try to get some more details from author.
So it seems unlikely that we'll hear back from them. My take is this:
currently the ed subcommand can add an element node, a text node, or
an attribute node; it would make sense to allow adding a comment too.
The syntax would be just the same as the other node types:
xml ed -i -t comment -n '' -v 'comment contents here'
|