XML: tagging groups that are not together in layout

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default XML: tagging groups that are not together in layout

    On my page, I have an image that is top left but the caption is bottom right (ie: there is body text between the image and caption). How do I tag these 2 elements together while maintaining my layout?

    for example, I want the XML to look something like this:

    <image_group>
    <image>

    </image>


    description of image

    </image_group>

    But in the layout there is body text in between the image and the caption that I want to maintain for the print version. How do I achieve this?
    Rowan_Ferguson@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Tagging System
      well, this is not a completely mysql related topic, but i tihnk mysql users/developers might be interested in the topic, so i post here... Q....
    2. flash tagging
      How can "WebTrends" gather stats from flash files embedded into an html page?
    3. I'm still confused by the difference between Global Groups and Domain Local Groups
      Experts, I'm still confused by the difference between Global Groups and Domain Local Groups. I mean, they seem to me to accomplish the very same...
    4. tagging eps links with a colour swatch in InDesign 2.0
      Greetings: Is there a way to tag a grayscale eps file with a colour swatch. When I use the Indirect selection tool the swatch palettes are not...
    5. problem with html tagging and forms
      If I try to create a form or insert an html tag on any part of my web page that is not completely blank, I get an error when I 'save as web page'...
  3. #2

    Default Re: XML: tagging groups that are not together in layout

    Appologies, the post ruined my code example. It was supposed to look like this:
    <http://www.elfshot.com/xml.gif>
    Rowan_Ferguson@adobeforums.com Guest

  4. #3

    Default Re: XML: tagging groups that are not together in layout

    Rowan,

    You can use the tools available in the structure view to create new XML elements, move elements, and nest elements as shown above. This is a manual process via the GUI. Moving elements associated with text frames and graphics frames in the structure view does not effect the layout, however, if you move elements associated with text the text will move in the layout. Also note that there seems to be a bug that causes text to loose its assigned paragraph or character styles when the associated XML element is moved in the structure view.

    Phil Redman
    pjredman@adobeforums.com Guest

  5. #4

    Default Re: XML: tagging groups that are not together in layout

    So how would I go about adding a container in the structure view - for example "image_group" that does not exist physically in the layout at all (rather like a div to wrap around my image and caption)?
    Rowan_Ferguson@adobeforums.com Guest

  6. #5

    Default Re: XML: tagging groups that are not together in layout

    In the structure view menu select New Element. A new element will appear at the end of the structure. Give it whatever tag name you like and drag it to the location in the structure where you want it. Now you can drag any elements you want the new element to wrap around and drop them onto the new element.

    Phil Redman
    pjredman@adobeforums.com 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