Ok, for now I need to select specific form how to do the XML Feed, there are two possible options:
- user can define specific XML for each service and the variables will be changed: e.g. <sometag>TITLE</somtag> - then all variables will be replaced in whole XML - this method is great for adding different XMLs of different services but takes more memory then:
- user sets tags and their values: e.g. sometag=TITLE, ... and the XML will be created - this is faster but user cannot define the XML file (e.g. when there are specific tags or attributes in XML)
So, I hope, I will find some way which will not take a lot of memory when creating XML (this is something what can happen oft as a lot of products with a lot of options can create large XML file) and will be variable and users will have the option to change the XML output easily.
Jan