in reply to Re^2: Simplifying the syntax further
in thread Embedding a mini-language for XML construction into Perl

Well, there's always:
doc { br { ++$breaks; () } }
which pretty much says "empty" to me. But maybe it's better to document it out front. I wonder if something resembling:
doc { br {} (++$breaks) }
could be made to work with an additional parameter that is ignored.