Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
whitespaces in dcr
meikel
Hi,
when you look into a dcr, than there are no whitespaces (blank, CR, LF) between the xml-tags. this makes absolutely sense.
But my problem is, that some dcr has to be translated and the translator is not intelligent enough to work with TS (really).
So he gets the dcr and does his job directly in the dcr-file.
Now his wish is to have breaks between the <item>-tags.
Is there a (teamsite) solution?
regards
meikel
Find more posts tagged with
Comments
Jeremy
Cut and pasted from Templating Doc (552):
Controlling Printing of Data Content Records
Data content records are normally written so that all content appears on a single line. You have the
option to print so that each new XML element in a data content record start on a new line, indented.
To enable this type of printing, include the following line in the /etc/iw.cfg file.
[teamsite_templating]
pretty_print_dcrs=true
Hope it helps.
Jeremy