Feature Request: Form Editing for <data> Elements in Default DITA CSS

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. -- Eliot Kimber Senior Solutions Architect, RSI Content Solutions "Bringing Strategy, Content, and Technology Together" Main: 512.554.9368 www.rsicms.com www.rsuitecms.com Book: DITA For Practitioners, from XML Press, http://xmlpress.net/publications/dita/practitioners-1/

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.
participants (2)
-
Eliot Kimber
-
oXygen XML Editor Support