Browsing index pages (2 articles)
↧
How can I keep missing XML elements from breaking my RSS-driven newsletter?
I'm trying build an newsletter that populates the five most recent stories from our website. I'm using this AMPscript to parse the XML: %%[Var @xml, @xml1, @titles, @authors, @author, @descs, @desc,...
View ArticleAnswer by Adam Spriggs for How can I keep missing XML elements from breaking...
My suggestion would be to check the rowcount() first. I generally structure it like this, so you don't assume that all of the nodes have the same tags. You can nest this same structure as dictated by...
View Article
Browsing index pages (2 articles)