
Hi, I've added a feature request to add this support in the default DITA styles. Meanwhile, anyone that want's this support right away can just edit {oxygenInstallDir}/frameworks/dita/css_classed/topic.css and add a rule like this one: *[class~="topic/data"]:before { content: "Name: "oxy_textfield(edit, '@name', columns, 15) " Value: "oxy_textfield(edit, '@value', columns, 15) " " } Best regards, Alex On 20-Jun-13 10:53 AM, Eliot Kimber wrote:
It would be really handy to have either the default DITA style sheet or another built-in sheet be configured for form editing of <data> elements and specializations.
I would expect that the @name and @value attributes would be fields. The content of <data> could be a field but because <data> may contain <data>, it's probably best to leave the content alone.
Cheers,
E.