You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DITA-OT Users
I have a DITA source where some tags have the attribute demo-data="1" (see the example below). When I try to transform the DITA to HTML5 using the default HTML5 transform type, I encounter an error like Attribute "demo-data" must be declared for element type "p". My question is, how can I ensure that any tag with the attribute demo-data="1" is copied to the corresponding HTML output tag in the HTML5 plugin? How can I declare demo-data attribute?
Example Input:- <p demo-data="1" class="- topic/p ">Engage Home</p>