Roan Kattouw wrote: [snippy]
Of course that gives a warning, since the '*' element is supposed to contain text. IIRC, the following should work:
array( 'attrib1' => 'val1', 'attrib2' => 'val2', array( 'tag' => 'stuff', 'tag2' => 'stuff2', ) )
Ahh, that seems to do it! Thanks... reverted in r37075.
If it doesn't, we should correct the formatter so that it does. Introducing _attribs is also not a very good idea considering how that looks in other formats.
No different to _element...
-- brion