Skip to content

Instantly share code, notes, and snippets.

@sbleon
Created May 29, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbleon/dbaf3ad41477010914ebcf0c9234b415 to your computer and use it in GitHub Desktop.
Save sbleon/dbaf3ad41477010914ebcf0c9234b415 to your computer and use it in GitHub Desktop.
Example of broken cffeed Atom output
<cfscript>
theFeed = {
version='atom_1.0',
entry: [
{
content: {
type: 'text/plain',
value: 'Some text'
}
}
]
}
feed action='create' name=theFeed xmlVar='feedXML';
WriteDump(feedXML);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment