1 users online. Create an account or sign in to join them.Users
targeting certain nodes in dynamic xml and create content fields
This is an open discussion with no replies, filed under Troubleshooting.
Search
Create an account or sign in to comment.
1 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under Troubleshooting.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
is there anyway to import a dynamic xml file, target certain nodes, read said xml, and then create content fields out of its children nodes?
for example, say i have this xml (sorry, forget how to do indented code blocks):
if i import that xml structure, and then target
data/content, would I be able to populate some sort of section dynamically with the children ofdata/content? then if i added more fields from the xml file, it would update the section accordingly.thoughts?