In the xml_example.xml, we can see that certain tags are names as follows:
<action_id>
<action_type>
etc etc…
Is there any information about tag names and what tag names to use in order to import
people's personal details to be displayed in a standard page asset?
Thanks.
Importing xml files (Is there any information about the use/names of xml tags?)
cps
(C Parra Salazar)
#1
Avi_Miller
(Avi Miller)
#2
[quote]Is there any information about tag names and what tag names to use in order to import
people's personal details to be displayed in a standard page asset?[/quote]
The easiest way to determine this is to create a sample standard page configured exactly how you want it, and then use the export_to_xml.php script to create the XML for that page.
cps
(C Parra Salazar)
#3
Thanks,
If I want to import xmls into assets, is there any information about the tags/xml format/method required to import xml files?
gsherwood
(Greg Sherwood)
#5
We have a standard list of examples and an extensive library of example files that we use as XML importing is core to our unit testing system. There are no public docs available though. Clients may have access but I'm honestly not sure. Exporting is the easiest way to figure out what you need to do.