Generating Bulletpoints using DocumentAssembler

Home Forums Open-Xml-PowerTools Generating Bulletpoints using DocumentAssembler

This topic contains 0 replies, has 1 voice, and was last updated by  john.page 4 years, 9 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7917

    john.page
    Participant

    Hi,
    I use version 4.5.3.2 of openxmlpowertools.

    I need to generate a list of bulletpoints from an array of variable length.
    I can generate the necessary xml without difficulty, but I can’t figure out what markup I need to generate the bullet points…

    I tried this, and DocumentAssembler accepts it without any complaints, but nothing is inserted into the document at that point. I tried many other variants but nothing works.

    
    <Repeat Select="./Missions/Bullets" />
          -     <Content Select="./Bullet" />
    <EndRepeat/>
    

    Any ideas?

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.