Skip to content

dt/dd example incomplete  #3

@paperdigits

Description

@paperdigits

In the user's guide for the docx2dita, I was using the dt/dd paragraph style listed in: http://www.dita4publishers.org/d4p-users-guide/user_docs/d4p-users-guide/word2dita/common-mapping-cases.html

I didn't see this topic in the docs, but the example needs @Level added to it in order for it to work.

The complete example that is working for me is:

    <paragraphStyle styleName="Definition Term"
      structureType="dt"
      tagName="dt"
      dlEntryType="dlentry"
      containerType="dl"
      topicZone="body"
      level="1"
    />
    <paragraphStyle styleName="Definition Description"
      structureType="dd"
      tagName="dd"
      dlEntryType="dlentry"
      containerType="dl"
      topicZone="body"
      level="1"
    />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions