<div dir="ltr"><font face="trebuchet ms, sans-serif">Dear ciao,</font><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">Many thanks for your detailed responses. We understand that the Scripter via Python. As I mentioned initially, we uses XML for typesetting in InDesign application. InDesign helps in in preserving XML as below. For example,</font></div>
<div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">[1] XML from our client will be like the below: </font></div><div><font face="trebuchet ms, sans-serif"><author><firstname>Saravanan</firstname><lastname>Kuppusamy</lastname></author></font></div>
<div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">[2] Through XSLT, we generate XML as below (This XML will be imported into InDesign template):</font></div><div><font face="trebuchet ms, sans-serif"><author><firstname>Saravanan</firstname><font color="#ff0000"><x>, </x></font><lastname>Kuppusamy</lastname></author><br>
</font></div><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">[3] Inside of InDesign, our operator will make some corrections like changing the content as below (We should update the content inside of InDesign, and no-excuse in our business):</font></div>
<div><font face="trebuchet ms, sans-serif"><author><firstname><font color="#ff0000">Saran</font></firstname><x>, </x><lastname>Kuppusamy</lastname></author><br></font></div>
<div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">[4] After PDF is done from InDesign, we export the XML from InDesign for other online products like EPUB, HTML, etc.,</font></div>
<div><font face="trebuchet ms, sans-serif"><author><firstname>Saran</firstname><lastname>Kuppusamy</lastname></author><br></font></div><div><font face="trebuchet ms, sans-serif"><br></font></div>
<div><font face="trebuchet ms, sans-serif">The biggest advantage of InDesign here is, InDesign preserves XML as is. The [1] and [2] process is managed outside of InDesign, but not [3] and [4]. Does Scribus supports [3] an [4] process? This question is really the deciding factor for me.</font></div>
<div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">If you could educate me on this, would be more grateful. Thanks in advance.</font></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Apr 15, 2014 at 6:45 PM, a.l.e <span dir="ltr"><<a href="mailto:ale.comp_06@xox.ch" target="_blank">ale.comp_06@xox.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If anyone replies to this, please CC to Saravanan. I don't know how to<br>
answer his questions.<br>
<br>
</blockquote>
<br>
since saravanan posted his question to this list, i must think that he is reading the answers... but let's put him / her in CC: to make sure that the answer gets through.<br>
<br>
the easiest way to do automation inside of scribus is to use the scripter, which uses python. this means that you have access to all python's library to manage your xml and create your scribus documents.<br>
<br>
there are some commands missing in the scribus "API"m but you seem to be ready to put your hands in the engine to extend it... and this should not be that hard, either!<br>
<br>
finally, you can also create plugins by using c++. as cédric wrote, scribus is already using much XML internally, so you should not have a hard time figuring out how to create your own importers and exporters.<br>
<br>
just ask if you need more hints and help!<br>
<br>
ciao<span class="HOEnZb"><font color="#888888"><br>
a.l.e<br>
</font></span></blockquote></div><br></div>