XML Bullet insertion

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default XML Bullet insertion

    Hello,

    I wish to insert a bullet before the string of text. HOw to I achieve this?

    Thanks in advance.

    <textData textId="callout15">
    <![CDATA[Connect the test probes as follows]]>
    </textData>

    iaustin Guest

  2. Similar Questions and Discussions

    1. Ad Insertion
      Hi folks, this is a pre-sales question really but everything seemed to point me to here... The feature spec for FMS mentions that it can perform...
    2. bullet goes to quote?
      i have a memo field in cfform that when it writes to memo field in access db, converts a bullet to a quotation mark. i am using (spaces so as not...
    3. To bullet or not to bullet
      I like the structure of lists based on ULs, but sometimes I want bullets to show up, and sometimes I don't. I have set the standard UL style to not...
    4. Bullet Points
      I converted my Word document to a PDF file, and now the bullet points have changed to questions marks. How do you change them back?
    5. Bullet points on PC
      thanks for the tip!
  3. #2

    Default Re: XML Bullet insertion

    Just use the appropriate UTF-8 encoding in the CDATA-section.
    LuigiL Guest

  4. #3

    Default Re: XML Bullet insertion

    I have had (some) luck using this code to represent the bullet:




    billburg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139