Two file in a item tag

is there a way to have a audio and a pdf file in the same item the reason is I would like to have the sermon notes and the audio available on the same item.
Like this:
<item>
<title>Anchored to the Word of God</title>
<link>http://www.4newhope.com/Media/mp3/2007-08-05.mp3</link>
<description>Pastor Eric Hinnenkamp Series on 2 Peter</description>
<author>[email protected] (New Hope Bible Church)</author>
<pubDate>Sun, 05 Aug 2007 01:30:00 PST</pubDate>
<category>Christianity</category>
<comments>http://www.4newhope.com/sermons.html</comments>
<enclosure url="http://www.4newhope.com/Media/mp3/2007-08-05.mp3" length="25000000" type="audio/mpeg"/>
<enclosure url="http://www.4newhope.com/Media/pdf/2007-08-05.pdf" length="25000000" type="application/pdf"/> <guid>http://www.4newhope.com/Media/mp3/2007-08-05.mp3</guid>
<itunes:author>Pastor Eric Hinnenkamp</itunes:author>
<itunes:subtitle>Anchored to the Word of God (2 Peter 3 14-16)</itunes:subtitle>
<itunes:summary>From New Hope Bible Church in Spokane Valley, WA - Pastor Eric Hinnenkamp.</itunes:summary>
<itunes:duration>54:33</itunes:duration>
</item>
null

No you can't do this. Currently the specifications for podcast RSS files allow only one <enclosure> tag per item.
However, it would be possible to do a second item for the pdf enclosure - I've seen this done before. And if they were given the same publish time then they'll appear beside each other in the podcast feed.
Hope this helps,
Greg

Similar Messages

  • BPM was Picking two files but it was not processing 2nd file data in target

    Hi all,
    I have designed scenario for picking two files and i want to merge this files into single structure and send it target.when i am try to testing my bpm was picking two files but it is processing only file it went target system.i have steructe for source like
    source1     target
    root        header
    a           item 0 to unbounded
    b            a
    c            b
                 c
    source2     item1 duplicated structure
    a            a
    b            b
    c            c
    i am getting two source files with the same structure but i have to map it one target structure and i want to map both source fileds to one target structre under item node so i was duplicated item node and mapped a b c fields from both(2 source structures).while testing BPM is picking two file bu in the target i am getting only first file data under item node,whatever i mapped with duplicate structure with second file i am not getting into target file(target is standard proxy structure so cant' create new one item node in that occurance is 0 to unbounded thats y i duplicated node while testing interface mapping its working fine).can anyone suggest solution for this problem.
    Thanks,
    Seshagiri.

    Hi,
    In BPM follow the below steps and hopefully your problem will be solved.
    1.     Configure one sender CC to get the files from your application server, once the files hit the BPM now you need to
                         configure your BPM accordingly.
    2.     Use the Receiver step in BPM to receive the messages. Use the correlation step to get the correct files.
    3.     Use container and append the files, so both the files will be append, this means the message content will
                         have 1header, body, footer, 2header, body, footer.
    4.     If you want to split the message to different receiver then use the fork step else leave it.
    5.     Use the transformation step, the transformation step will call the message mapping. Provide the correct message
                         mapping.
    6.     Now use the sender step to send the message to the receiver-target system. In this step use the split value for each
                          concept if you want to generate two different files.
    7.     Configure 1 receiver CC to generate both the files.
    Hope this helps.
    Cheers,
    Jay

  • Working With two files in LSMW

    Hi,
       I am uploading BOM data using a standard object 0030. Here i an trying to upload data using two file one for header and second for item. Can i know how can we relate the files. As for the material BOM header how will it know what items to pick up. Need an example or tutorial for the smae. ANy help will be greatly appreiciated.
    Regards,
    Gurpreet SIngh.

    Hi,
    you need to specify key which is the relation between header and item data:
    Key in Header file:     Material in Header          Plant ........
    100001                          FG1000                    1000.........
    Key in Item file:        Material Component      Q-ty
    100001                          RM150                   10
    100001                          RM200                   1
    Regards Vassko!

  • Reading two files at a time

    Hi,
    My sender system sends two files
    1.Header
    2.Item
    I need to read both the files at a time.
    If only both the files are present in the directory,i want pick the files otherwise not.
    How can i do this validation in XI??
    Thanks.
    Rushikesh

    Hi Rushikesh,
    YOu can do this in two ways,
    Either you use BPM or Shell script
    BPM:
              get the file in BPM and wait for second file,Furthur proess can be executed only if you get second file.
    Shell script:
        Write a script to get two files or conditions in script and exit
        adapter wll call after your script.
    Thanks
    Prabhakar
    Edited by: VenkataPrabhakar Teegavarapu on Oct 21, 2008 11:32 AM

  • How to attached Two file in Email.

    Dear Friends,
    i have an email optoion in my Application .But right now it send mail with out attchment.i want to send meil with attachment .
    i have Two File browser item to attach file ,Please tell me how can i attach these two file with email
    My Code is
    DECLARE
    l_id number;
    to_add varchar2(1000):=:P1_TO;
    from_add varchar2(1000);
    l_body varchar2(4000):=:P1_DESCRIPTION;
    l_sub varchar2(1000):=:P1_SUBJECT;
    BEGIN
       select email_id into from_add from user_master where user_id=:app_user; 
       l_id:=APEX_MAIL.SEND(
            p_to        => to_add, -- change to your email address
            p_from      => from_add,
            p_body      => l_body,
            P_subj      => l_sub);
      COMMIT;
    apex_mail.push_queue(
    P_SMTP_HOSTNAME => '102.111.0.9',
    P_SMTP_PORTNO => 25);
    commit;
    END;How to attached two file in email .
    How can i do this.
    Thanks

    hI,
    thanks to reply me.
    It's REGARDS .
    eg.
    if i am sending any mail then in Bottom of Email Body My Name and Contact No Should be Display.
    Thanks

  • Scenario-- One Idoc-- Two files has to generate.

    Hi All,
    I got the scenario where i need to generate two files ( 1 with header data and 1 with item data) for single idoc FIDCC1.
    Is it possible to acheive this?
    Please suggest me how to appraoch this scenario?
    Thanks.
    Regards
    Seema.

    Thanks Rajesh,Ramesh and Preteek.
    Im following the below steps.
    File type : 2 DATA TYPES (Header, Item)
    Msg Type: 2 Message Type (Header Msg, Item Msg)
    Msg Interface: 2 Messgae interfaces (Category Inbound, Mode assynchronous).
    Message Mapping:
    You can do a multi mapping (1:N).
    Else
    Perform 2 message mapping
    a) with IDOC TO Header Msg
    b) Between IDOC to Item Msg.
    Perform 2 Interface Mapping
    IDOC-> HEADER INTERFACE
    'IDOC -> ITEM INTERFACE.
    ID:
    Import Both the Business Systems
    1) Define 2 Communication channel for File Business Systems. (one for Header, other one for Item).
    2) Define 1 Receiver Determination
    3) Define 2 Interface Determination
    4) Define 2 receiver Agreements as we have 2 communication channel.
    Hope it will works..
    <b>
    Rewarded the points.</b>
    If i get get any doubts while developing .. i will disturb u guys again.
    Thank You.
    -Seema.

  • Error when trying to merge two files

    Hi
    I am working with the scenario merging two file using Fork and join construct ie using bpm  I have struck with an error  I have mentioned the error below
    Unable to deliver event 'Received' of object
    Error handling for work item 000000001197
    Parsing error before mapping : unexpected Symbol; expected '<'. '</',entity reference character
    Work item 000000001197 : object CL_SWF_XI_MSG_BROKER Method
    Call Transformation cannot be executed
    Any suggestion how to resolve the error

    Hi
    Thanks for the valuable Suggestions
    The issue was solved by me itself
    Thank you

  • Logger creates two file...why ?

    Hello,
    actually I'm working on a program and I want to log the errors occuring during several runs. To log the errors I'm using a Logger object in combination with a file handler so all logging messages are written to a .txt file. Now I have two problems:
    1) the .txt is in XML-format which isn't really bad at all...but I'd better like to create a 'real' .txt file without the XML-tags.
    2) there are always 2 files created: the .txt file and a LCK-file. Can anybody explain me where I need the LCK-file for, because it's always empty. Do I need this file because all information I want to lock appears in the .txt file and if no, how can I avoid the creation of this file ?
    Thank You very much,
    Findus

    I'm looking for a solution to the .lck file problem too.
    Changing the log file format is easy, just install a different Formatter on the handler that's generating the file:
    fileHandler.setFormatter(new java.util.logging.SimpleLogFormatter());

  • Can I move ninety video files with their keyword tags from 'My Catalogue' into another catalogue?

    Can I move ninety video files with their keyword tags from 'My Catalogue' into a another catalogue?

    Nyinyikay a écrit:
    Can I move ninety video files with their keyword tags from 'My Catalogue' into a another catalogue?
    Two problems :
    1 - You can't merge catalogs in PSE
    2 - The usual workaround is to 'write metadata to files', export the files and 'get' them into the other catalog. But you can't write metadata to files with video files.
    The only thing you could do would be to duplicate the catalog and delete all pictures other than your ninety videos...

  • I had two files named graphics and I replaced one graphics file with another which was the wrong one.  Can I undo my replacement?  I move the wrong one, which was on my desktop into another one and that is when it as me if I wanted to replace the file.

    I accidently replaced a file with another.  Can I undo my action? 
    I had two files named graphics.  One was on my desktop and another was within another file called solitarie.  I move the one on my desktop (wrong file) into the solitarie file and was asked if I wanted to replace the graphics file in the solitarie folder (the correct one).  I said yes accidently and then remembered that I had made a mistake.  If I use undo, it only move the wrong file back to the desktop.  Is there an undo of replace?

    Sorry, but's that's why you get the warning. "Replace" means just that - the new file over-writes the old one. There is no undo.

  • I am having a problem with the FireFox browser. I have attached two files that best describe the problem. I have labeled them A & B. A is the way it should lo

    I am having a problem with the FireFox browser. I have attached two files that best describe the problem. I have labeled them A & B. A is the way it should look and B is what happens after I have I opened several tabs. I can get it back to normal if I click on VIEW than click on customize. When the customize window appears FireFox returns to its normal state. I than click on the done box and go back to what I have been doing. I tried resetting FireFox back to default settings, but that did not correct the problem.
    This began happening about a month ago. Is there a way I can fix this problem? Thanks for your help.I don't know how to attach my 2 attachments that shows the problem I am having.
    [email address removed to protect your privacy and security]
    <! [email protected] -->

    I found the images here: https://support.mozilla.org/en-US/questions/977542#answer-501598

  • Open two files / documents

    Hell there
    I just upgraded to CS 4. In CS 3 you could open more than one ID file and drag pages from one document to another, etc. etc. But by default, ID only opens one file at a time with a tile bar to switch between the two files.
    Is there a way to set ID so that it opens two files like before?
    Thanks in advance for your help.
    Eric W.

    In the Interface options, disable Open Documents as Tabs.
    That said, instead of dragging pages, open the pages panel menu and use
    the move pages command. It's far easier to use and much more precise.
    Bob

  • I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    I have photoshop CC. I cannot open two files such as Tiffs and view them side by side. When I open the second file it overrides the first. Do I need to do something with preferences?

    What happens when you try to use the clone stamp tool?
    It should work with the images side by side.
    You can setup photoshop cc to be like photoshop cs2 was on your other mac, by going to Photoshop>Preferences>Interface and unchecking
    Open Documents as Tabs and Enable Floating Document Window Docking
    And also going to Window and unchecking Application Frame

  • Adding multiple artwork files to several items on iTunes 11

    Hi all.
    in previous versions of itunes one could add artwork in several ways one of which allowed for easily adding several artwork files to more than one item at once without replacing the existing artwork.
    I am talking about the little square that was on the left bottom corner of the screen and you could chose if you want to watch the artwork for the currently playing song or the selected song. you could paste into it or simply drag onto it. it would add the art work in appose to replace the existing one as happens when you do it from the info window.
    this little square disappeared from version 11 and now I am unable to add several files to several items at once.
    anyone solved this pickle?

    treyer11 wrote:
    IThe point is, I could drag and drop previously and have gone backwards in capability which is supposedly against what Apple platforms inherently stand for.
    The point is it has not gone backwards in capability. It works just fine. I can drag & drop to multiple selected items just fine.
    Something is wrong wtih your install.

  • I have downloaded the two files needed for the upgrade of Adobe Photoshop Elements 8 to version 12 but I cannot open them to make them run and install. What am I supposed to do. One is a very large .7z file just over 1gb in size.

    How do I open  up a .7z file just over 1gb in size? I have just downloaded this as an upgrade from Adobe Photoshop Elements 8 to version 12. I cannot see any sign of the Akamai program on my computer that is supposed to open and install the two files that I downloaded.

    Thanks Hans
    I don’t mind mountain climbing but anything serious to do with a computer scares me silly.
    I installed the 64 bit version of 7zip and once I figured out how to tell the computer to use the right application within that to open the 7zip file, the big file opened and I was able to apply the .exe file to get things going and installed. In the end the default location the installation chose was program files x86 which I think is the 32 bit folder but it all seems to be ok now.
    Many thanks again for your response.
    Cheers
    Peter

Maybe you are looking for

  • HT4689 Is there a way to view and use two tabs at once?

    Is there a way to view and use two tabs using mission control?

  • How to use CL_GUI_FRONTEND_SERVICES= GET_SCREENSHOT?

    Hi everybody, I've noticed this function lately and wanted to test it. I wrote report like below, but nothing is displayed. Data are read (at least I'm getting something in this xstring), url is being generated, container and picture objects are crea

  • Adobe Photoshop elements7.0 (Organizer) error, windows 7

    Hi! I'm getting a "adobe Photoshop Elements 7.0 (Organizer) has stopped working error".  I seached the knowledgbase and found fixes for previous windows versions but not windows 7.  I tried searching for similar files to no avail.  Customer service w

  • Itunes wont download because Apple Mobile Support Device cannot be removed

    I had an older version of itunes but an update came up. It said in order to download the update i had to uninstall the older version of itunes. I did but once i tried to upload the newer version, the installer said it could not be installed because t

  • Help with New 500GB Hard Drive

    I'm going to buy an additional internal Hitachi HD for my mac. In my system profiler it says I already have a Hitachi HDS725050KLA360, which I have found cheap online. Does any know if the "Revision" number of my HD has anything to do with which HD I