Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

XML Import Indent problem

New Here ,
Sep 06, 2018 Sep 06, 2018

Hello,

I'm trying to find a solution for this problem since day's and before I'm wasting more time I would like to ask for your help.

I do import an XML into Indesign and I need to Format it like this:

Bildschirmfoto 2018-09-07 um 08.21.49.png

The result I can achieve is:

Bildschirmfoto 2018-09-07 um 08.22.13.png

My XML looks like this:

<Ziele><HelveticaBold>• </HelveticaBold>Erfassen der Schlüsselfunktionen der Bauchorgane für unser Wohlbefinden<HelveticaBold></HelveticaBold><HelveticaBold>• </HelveticaBold>Realisieren, welchen Einfluss Stress auf unseren Darm ausübt<HelveticaBold></HelveticaBold><HelveticaBold>• </HelveticaBold>

Entdecken, mit welchen Ölen wir die Gesundheit der Verdauungsorganeunterstützen und verbessern können<HelveticaBold></HelveticaBold><HelveticaBold>• </HelveticaBold>Anwendungsmöglichkeiten, Dosierungen und Grenzen kennen<HelveticaBold></HelveticaBold><HelveticaBold>• </HelveticaBold>

Erfahrungen sammeln durch das Mischen individueller Produkte</Ziele>

Is there someone who can tell me how I could set the indent similar for all lines?

I can provide you my indesign document and my xml aswell:

https://we.tl/t-eO64g3Hdel

Thank you very much for your help.

480
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Valorous Hero , Sep 07, 2018 Sep 07, 2018

Your XML needs reformated and some empty tags (both opening and closing) removed. As it is, there is nothing to tell ID that your bullets are separate paragraphs.

I don't know where this data comes from, but if it is a database it can be configured to output the bullet paragraphs as individual paragraphs. Else you are gong to need an XSLT to transform the XML into how you want it.

To fit the screen shot, I needed to reduce my window in my XML editor and turn wrap on. But it needs to be like this..

...
Translate
Valorous Hero ,
Sep 07, 2018 Sep 07, 2018
LATEST

Your XML needs reformated and some empty tags (both opening and closing) removed. As it is, there is nothing to tell ID that your bullets are separate paragraphs.

I don't know where this data comes from, but if it is a database it can be configured to output the bullet paragraphs as individual paragraphs. Else you are gong to need an XSLT to transform the XML into how you want it.

To fit the screen shot, I needed to reduce my window in my XML editor and turn wrap on. But it needs to be like this...unless I am mistaken about the problem.

capture-002201.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines