• Hide

      Extend the rdf for draw-text to also contain table:table

      <define name="draw-text">
      <zeroOrMore>
      <choice>
      <ref name="text-p"/>
      <ref name="text-list"/>
      <ref name="table-table"/>
      </choice>
      </zeroOrMore>
      </define>

      Show
      Extend the rdf for draw-text to also contain table:table <define name="draw-text"> <zeroOrMore> <choice> <ref name="text-p"/> <ref name="text-list"/> <ref name="table-table"/> </choice> </zeroOrMore> </define>
    • Hide

      Schema change as proposed.

      Show
      Schema change as proposed.

      Currently shapes like e.g. draw:rect, draw:custom-shape only allow to have the text elements text and text:list to add text to a shape.

      This proposal is to add table:table so it is possible to have a table inside a shape.

      This would help to improve the interoperability with OOXML and MS-ODRAW spec which allow this.

      Calligra already supports this.

            Assignee:
            Unassigned
            Reporter:
            Thorsten Zachmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: