Listing 1

<cfxml casesensitive="no" variable="MyXML">
 <?xml version="1.0" encoding="UTF-8"?>
 <rss version="2.0">
  <channel>
  <title>Articles by Jeffry Houser</title>
  <link>http://coldfusion.sys-con.com/</link>
  <description>Latest articles from Jeffry Houser</description>
  <copyright>Copyright 2005 CFDJ</copyright>
  <lastBuildDate>Thu, 16 Jun 2005 09:32:00 GMT</lastBuildDate>
  <generator>CFDJ</generator>
  <ttl>360</ttl>
  <docs>http://backend.userland.com/rss</docs>

  <item>
   <title>Filling out PDF Forms in ColdFusion</title>
   <guid isPermaLink="true">http://coldfusion.sys-con.com/read/101219.htm</guid>?
    <link>http://coldfusion.sys-con.com/read/101219.htm</link>
   <pubDate>Thu, 16 Jun 2005 09:00:00 GMT</pubDate>
   <description>
A few years back, when CF5 was still in the beta stages, a client wanted to be able to fill
 out PDF forms through their Web browser and save and print the filled out PDF form. After
  experimenting with a few free methods, such as the use of FDF files, I stumbled upon the
   ActivePDF toolkit.
   </description>
  </item>
  </channel>
 </rss>
</cfxml>

<cfdump var="#MyXML#">