Hi,I am having issue in the DCR structure between DEV and PRODUCTION box. The dev box is saving the DCR file as:<?xml version="1.0" encoding="UTF-8"?><root><id>2399272323</id><firstname>Peter</firstname><lastname>Tyson</lastname></root>And the produciton box is as:<?xml version="1.0" encoding="UTF-8"?><root> <id>2399272323</id> <firstname>Peter</firstname> <lastname>Tyson</lastname></root>Why there is such difference? Both machines are same and running same version of OS, TEAMSITE. Its not affecting the DCR property or anything. But just messes the structure.Kindly advice.ThanksJohn
might sound silly, but are you opening up the DCR to check the structure in same editor tools?
Yes, I am using the same editor to open it
[teamsite_templating]pretty_print_dcrs=true
Look in your iw.cfg - for:[teamsite_templating]pretty_print_dcrs=trueChances are it's there on one system and not on the other. Add it, and the next time you save a DCR it should get formatted nicely.Note: I seem to recall that there was at least one version of TS where this failed to work, but I'm pretty sure it works in the latest version.