Title: Not Picking Up All XML Elements
Last modified: February 22, 2017

---

# Not Picking Up All XML Elements

 *  Resolved [myfamilyradio](https://wordpress.org/support/users/myfamilyradio/)
 * (@myfamilyradio)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/not-picking-up-all-xml-elements/)
 * I’m working with the pulgin and it appears its not catching all (or more of) 
   the elements in the xml file. It will correctly interpret title, link, date, 
   guid, descriptrion but nothing shows up for ‘enclosure’. Here is an [image](http://www.941thevoice.com/wp-content/uploads/2017/02/game_plan_feed_troubleshoot.jpg).
 * The XML File I’m working with is here – [http://www.941thevoice.com/game_plan_feed.xml](http://www.941thevoice.com/game_plan_feed.xml)
 * Questions:
    1. Why won’t it pick up on the .mp3 link that is located in the enclosure?
   and 2. Why won’t it detect more elements in the xml file pass ‘enclosure’?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MA](https://wordpress.org/support/users/gasparnemes/)
 * (@gasparnemes)
 * [9 years ago](https://wordpress.org/support/topic/not-picking-up-all-xml-elements/#post-9107608)
 * Hi myfamilyradio,
 * Thanks for using our plugins. I’ve checked your feed and the the following problems
   were detected:
 * 1. Why won’t it pick up on the .mp3 link that is located in the enclosure?
    **
   In your XML feed the mp3 file is an attribute (instead of value), this is how
   is included in your feed: **
 * `<enclosure url="http://www.941thevoice.com/podcast-download/14413/joan-endicott-
   get-part-1.MP3" length="28042136" type="audio/mpeg"/>`
    This is the supported
   format by the current version of the plugin:
 *     ```
       <enclosure>
       <url>http://www.941thevoice.com/podcast-download/14413/joan-endicott-get-part-1.MP3</url>
       <length>28042136</length>
       <type>audio/mpeg</type>
       </enclosure>
       ```
   
 * We’re working on the premium version of the plugin which will supports the XML
   attributes as well. This will be a separate extension and will be released soon.
 * 2. Why won’t it detect more elements in the xml file pass ‘enclosure’?
    **This
   is a namespace issue, we’re working on the fix for this and will be fixed soon.**
 *  [MA](https://wordpress.org/support/users/gasparnemes/)
 * (@gasparnemes)
 * [9 years ago](https://wordpress.org/support/topic/not-picking-up-all-xml-elements/#post-9107668)
 * Hi Myfamilyradio,
 * Thanks for using our plugin. I’ve checked your questions, see my answers below
   with **bold**
 * 1. Why won’t it pick up on the .mp3 link that is located in the enclosure?
    **
   In your XML feed the URL of the .mp3 file is an attribute instead of values. 
   The current version of the plugin doesn’t supports the XML attributes. We’re 
   working on the premium extensions which supports the XML / RSS attributes as 
   well. The extension will be released soon.
 * 2. Why won’t it detect more elements in the xml file pass ‘enclosure’?
    **This
   issue will be fixed in the next update.**
 * Thanks,
    Gaspar
    -  This reply was modified 9 years ago by [MA](https://wordpress.org/support/users/gasparnemes/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Not Picking Up All XML Elements’ is closed to new replies.

 * ![](https://ps.w.org/import-xml-feed/assets/icon-256x256.png?rev=1508004)
 * [Import XML and RSS Feeds](https://wordpress.org/plugins/import-xml-feed/)
 * [Support Threads](https://wordpress.org/support/plugin/import-xml-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/import-xml-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-xml-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-xml-feed/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [MA](https://wordpress.org/support/users/gasparnemes/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/not-picking-up-all-xml-elements/#post-9107668)
 * Status: resolved