<div dir="ltr">Hi Ale,<div><br></div><div>Is it possible to read XML directly from scripter API instead of converting to csv?</div><div><br></div><div>Thanks,</div><div>Amit</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 25, 2018 at 12:47 PM, ale rimoldi <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 amit<br>
<span class=""><br>
> My POC xml is like below:<br>
><br>
> <?xml version="1.0" encoding="UTF-8"?><br>
> <company><br>
> <employee><br>
> <employee-id>6018560</<wbr>employee-id><br>
> <employee-name>Amit</employee-<wbr>name><br>
> <employee-loc>Bangalore</<wbr>employee-loc><br>
> </employee><br>
> <employee><br>
> <employee-id>6018089</<wbr>employee-id><br>
> <employee-name>Jinson</<wbr>employee-name><br>
> <employee-loc>Bangalore</<wbr>employee-loc><br>
> </employee><br>
> <employee><br>
> <employee-id>6018011</<wbr>employee-id><br>
> <employee-name>Madhu</<wbr>employee-name><br>
> <employee-loc>Bangalore</<wbr>employee-loc><br>
> </employee><br>
> </company><br>
<br>
</span>if you're "simply" processing a list of employees,<br>
it's very likely, that you can easily convert this xml to a csv file and<br>
then use the scribus generator.<br>
<br>
otherwise, you can also try to use the scripter API and read your XML<br>
from a python script running inside of scribus.<br>
in this case, basic python skills are needed.<br>
<div class="HOEnZb"><div class="h5"><br>
ciao<br>
a.l.e<br>
<br>
______________________________<wbr>_________________<br>
scribus-dev mailing list<br>
<a href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a><br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" rel="noreferrer" target="_blank">http://lists.scribus.net/<wbr>mailman/listinfo/scribus-dev</a><br>
</div></div></blockquote></div><br></div>