Changing XML

I need to go in and change feed location in iTunes. Can someone tell me where this is located and how to get there. I've taken over a podacast for someone and this is all new to me.
Thanks

Oh...if you don't know that you're going to have a hard time changing it since you need access to the actual server that the XML file is stored on in order to be able to edit the file.
If run multiple servers and just can't figure out where this one is at. You can find the URL at least that iTunes has on file using these steps:
Find your podcast in the iTunes podcast directory.
Right click (or whatever the mac key is) on the podcast art work. It will pop up a box that says "copy iTunes store url" click on it to copy the URL.
Paste this into a text editor or word document, etc...
You'll get something that looks like this:
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=1234546
You are interested in the numbers at the end of the line right after the = sign
Next copy and paste this line into a web browser:
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=
Then copy/paste that end number from your text editor/word doc onto the end of the line after the equals sign something like this:
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=123456
"Go" to the URL with the web browser.
After a second you should get a response that says "Podcast Ping" received and it will list a URL and a FeedID number. The URL is the the URL that iTunes is looking to in order to grab your feed. That is what you need to update.
Erik

Similar Messages

  • Updating flash from a dynamically changing XML file

    Creating a non-interactive status display: I want to have the
    flash display reflect data in a server-based XML-file. So far this
    is easy. But I want the display to change everytime the XML file
    changes-- in order to reflect status changes. I've used an
    XMLConnector and specified it and the trigger in the first frame.
    The Flash code catches and shows the XML values initially . But
    when I edit the XML file, the new values are never picked up by
    Flash- its almost as though the values are cached. How do I get
    Flash to regularly be updated from a changing XML file? I've also
    tried putting the trigger in a loop- but that doesn't work
    either.

    I DID find a solution with setInterval, but there is still a
    problem of a diffeent sort.
    When using XMLConnector, it appears that
    XMLConnector.trigger() is the thing that goes out and gets new data
    from the server. so:
    function checkForData():Void {
    myXML.trigger();
    <<handle new values of bound data>>
    var intervalID:Number = setInterval(checkForData, 10000);
    works very well by executing the trigger every 10000
    timeunits. This all works when run in the Flash Player. However, if
    I embed the thing in a webpage (with either FireFox or IE7 or 6),
    It stops triggering after the first time. Interestingly if I also
    run the Flash Player version, then the web version keeps updating,
    but stops if I kill the Player. So, I'm wondering: whats up with
    this?

  • Change XML mode text to mode binary

    Hi guys,
    In PI 7.0 when i do one call to RFC (RFC Receiver) the message between PI and ECC is a XML mode text.
    Anbody know how can i change XML mode text to mode binary ? (traffic in my network xml binary instead of xml text)
    Can anybody help me, please ?

    Hi
    According to my knowledge its not possible for the  RFC receiver adapter if the RFC is the standard one, for other adapters like file we can set this.
    Give that File type as Binary in the sender communication channel and test.
    Regards
    Ramesh

  • Change XML Encoding to UTF-8

    Dear SDNers:
    Hello!
    I face an issue of sending some XML documents from SAP to a non SAP System. This non SAP System stores XML documents in UTF-8 encoding format. When I create an XML document using CALL TRANSFORMATION in ABAP, the XML code generated has encoding as "ISO-...". Could anyone of you please guide me on how to have this changed to UTF-8?
    In case of no solution, I would eventually have to pick the XML generated code and replace the "ISO-..." thing with "UTF-8" at runtime within the program. However, I feel that's not a quality method.
    So, if anyone of you can suggest/opine of something better, it would be truly appreciated and rewarded.
    Have a Nice Day!
    Vivek.

    Hello Uwe:
    Currently we are on 6.20. But an upgrade is very near and I should expect these Classes to be handy then. I will explore them individually and post back. However, regarding my issue: the XML code generated by program is something like:
    <?xml version="1.0" encoding="iso-8859-1"?>#<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"><asx:values><SOURCE>42</SOURCE>
    <?xml version="1.0" encoding="iso-8859-1"?>#<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"><asx:values><SOURCE>42</SOURCE>.......
    My need here is to replace the - encoding="iso-8859-1" with "UTF-8". So if you suggest proper methods to do so then it will be a good step for me.
    Thanks for the relevant information anyways.
    Have a nice day!

  • Change XML DB default HTTP port number from 8080 to ... ?

    Hi !
    I need to change the default port number of XML DB from port 8080 to something else, because the development server also hosts a web service, which is configured to listen on port 8080 for debugging reasons. This WS is provided by our partner and we have no control over the ports it uses.
    I'm not a network prof. so I'd like to ask what other port number would make sense for XML DB instead of 8080. Can I choose any port number I like, e.g. 8088?
    Besides using DBCA is there any other place I need to configure this new port number?
    TIA,
    Stefan

    I've done this on occasion using the OEM attach to the database and click XML Database then configuration, you will see it on the right window pane.

  • How to change XML Tag sequence in XML Publisher Reports

    Hi Experts,
    I am working on XML Publisher reports, EBS 11I and Database 9i. I have standard report 'PO Printed Purchase Order Report (XML)', it's output type is XML. I want to change the sequence of groups in XML file.
    I am getting XML tags like below at present:
    LIST_G_HEADERS \ G_HEADERS \ LIST_G_HEADER_NOTES
    I want to change the sequence of groups like below.
    LIST_G_HEADERS \ G_HEADERS \ LIST_G_LINES \
    Could somebody help me how to change the sequence of XML Groups.
    Thanks in advance.

    Paul,
    This works.  Thanks!
    I am still working through the implications of having a data connection defined.  I notice that every time I submit, it creates two records in my database, one with all the fields blank, and one with the data and attachment.
    I will have to do some more digging into the double submission, but at least it is uploading the file.
    Thanks again,
    Ed

  • How to change  XML  Structure from one form to another form using OO ABAP.

    Hi Experts,
    In my Scenario, i need to do ABAP Mapping in order to change Incoming structure from one form to another.
    My Input to ABAP Mapping (OO ABAP Program)would be :
         <A>..........</A>
         <B>..........</B>
         <C> .........</C>
         <D>..........</D>
         <E>..........</E>
         <F>..........</F>
    OO ABAP Program need to read this input and change the XML Structure into below form:
         <A>..........</A>
         <B>..........</B>
         <C> .........</C>
          <X>
                <D>..........</D>
                <E>..........</E>
          <F>...............<F>
    Please provide inputs (sample Code) to solve this issue.
    Thanks,
    Kish.
    Edited by: Kishore Reddy Thamma on Jan 22, 2008 2:51 PM
    Edited by: Kishore Reddy Thamma on Jan 22, 2008 2:52 PM

    Hi,
    Please provide sample code or Material for converting XML Structure from one form to another using OO ABAP and
    Steps for ABAP MAPPING.
    Thanks,
    Kish.

  • Change XML declaration from single quote to double quote

    Hi all,
    i have the following problem in my File Receiver Adapter. My XML File has the declaration <?xml version='1.0' encoding='utf-8'?> (With single quotes ') and want to change it to <?xml version="1.0" encoding="utf-8" ?> (With double quotes ")
    I use the XMLAnonymizerBean but this does not change the XML declaration.
    Any ideas how to change the declaration
    Thanks Max

    Hi Suraj,
    on the Modul Tab i have the following:
    1 | AF_Modules/XMLAnonymizerBean | Local Enterprise Bean | Anonymizer
    2 | CallSapAdapter                                | Local Enterprise Bean | 0
    Anonymizer | anonymizer.acceptNamespaces | http://Post.AG/PartnerInterface/Schemas/PVSdeAt/Aviso_V1.0 ns0 http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoHeader ns1 http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoShipper ns2
    Anonymizer | anonymizer.quote                        | "
    That is all what i have on the module tab.
    I send the data as Text (not Binär). Thats all what i have in the adapter. Do you need any further information?
    Regards, Max

  • Changing XML payload

    Hello,
      Is it possible to change the xml payload when an XI message has run into error ?
      And after the change, restart the processing.
      Like with idoc's, change the idoc segment data and reprocess the idoc again.
    Regards, Michel

    Yes you can..
    See the SAP help link below to modify messages - >
    http://help.sap.com/saphelp_nw70/helpdata/en/44/f5c3de84056c30e10000000a114a6b/frameset.htm
    Arvind R

  • How to change XML Header in  file

    Hi,
    How to have the following XML output header XML with simple transformation:
    <?xml version="1.0"> encording="ISO-8859-1"?>
    When I used the following transformation template:
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
    I get the following output header and file is not readable.
    <?xml version="1.0" encoding="utf-16" ?>
    If i call tranformation without encoding option file is creted and readable. Does there is any impact on functionality if file is without header.
    Thanks
    anya

    Hi,
    you could use the below alternative solution also as some Web services do not accept the message , if Content type is application/XML in the HTTP Header, it will accept only Text/XML. So While calling the Web service, the content has to be changed, This is possible using Module of the adapter as shown in the screen shot.
    HTTP Header field values before using the module
    User-Agent: SAP-Messaging-com.sap.aii.messaging/1.0505
    content-id: [email protected]
    content-type: application/xml
    Content-Length: 1280
    Module name - localejbs/AF_Modules/MessageTranspormationBean
    Type - Local Enterprise Bean Module - This is defined by the user, but the same name should be given in the module configuration for passing the parameters. In this case “transform” In the module configuration ,
    Module key - In this case “transform”
    Parameter name - Transform.ContenType
    Parameter Value - text/xml;charset=utf-8
    Here you could use the required parameters and pass the values....:-))
    Thanks
    Swarup

  • Change XML Namespace in XML

    Hi gurus,
    i have imported an XSD file as an external definition and use this for a mapping. After my mapping i have an xml file like:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Aviso xmlns:ns1="http://Post.AG/PartnerInterface/Schemas/PVSdeAt/Aviso_V1.0">
    - <ns2:Header xmlns:ns2="http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoHeader">
      <ns2:DebitorAuftraggeber>0022022315</ns2:DebitorAuftraggeber>
      <ns2:Kundenname>WNT Deutschland GmbH</ns2:Kundenname>
      <ns2:Erstellungsdatum>2009-06-26T16:12:25</ns2:Erstellungsdatum>
      <ns2:Versanddatum>2009-06-26T16:12:25</ns2:Versanddatum>
      </ns2:Header>
    - <ns3:Absender xmlns:ns3="http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoShipper">
      <ns3:Absendername1>WNT Deutschland GmbH</ns3:Absendername1>
      <ns3:Absendername2 />
      <ns3:Absendername3 />
      <ns3:Absendername4 />
    Now the question is how to change the namespace tags ns1 ns2 ns3? The target XML-File should view like this: (ns1 = ns0; ns2 = ns1; ns3 = ns2)
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Aviso xmlns:ns1="http://Post.AG/PartnerInterface/Schemas/PVSdeAt/Aviso_V1.0">
    - <ns1:Header xmlns:ns2="http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoHeader">
      <ns1:DebitorAuftraggeber>0022022315</ns2:DebitorAuftraggeber>
      <ns1:Kundenname>WNT Deutschland GmbH</ns2:Kundenname>
      <ns1:Erstellungsdatum>2009-06-26T16:12:25</ns2:Erstellungsdatum>
      <ns1:Versanddatum>2009-06-26T16:12:25</ns2:Versanddatum>
      </ns1:Header>
    - <ns2:Absender xmlns:ns3="http://PostAG.PartnerInterface.Schemas.PVS_deAt.AvisoShipper">
      <ns2:Absendername1>WNT Deutschland GmbH</ns3:Absendername1>
      <ns2:Absendername2 />
      <ns2:Absendername3 />
      <ns2:Absendername4 />
    Thanks a lot,
    Max

    Hi,
    you can use a XSLT mapping as step within you Interface mapping to change the namespace tags. Just make sure the produced message matches the XSD structure (external definition) of the destination message interface.
    Check:
    http://www.w3schools.com/xsl/
    http://www.w3.org/TR/xslt
    Regards,
    Kai

  • How do i change xml schema in java

    i want to change a oracle.xml.parser.schema.xmlschema object in java (adding or changing elements, types, etc). is there some hidden way i didn't think of besides changing the xmldocument object behind the schema and rebuilding the schema? i find that rather uncomfortable.
    i'd appreciate any answers, even negative ones :)
    thanks

    Refer to
    http://java.sun.com/webservices/docs/1.1/tutorial/doc/JAXPDOM9.html

  • How to change XML Schema in MDM Console?

    Hi Experts,
    My scenario: SRM send products to MDM Catalog using PI.
    I need to change the XML Schema (XSD) for processing some new fields that don't exist in Catalog. So I created a copy of the XSD file in my station and made the necessary changes.
    In XML Schema (MDM Console), I changed the FileName for getting the XSD I created.
    But when I tested SRM Shopping Cart again, this couldn't access the products in Catalog anymore.
    1) After my chage the FileName shows the name with "c:\Documents and Settings\...". Does it work?? Is this the cause of the error?
    2) Do you know why my change affect the Shopping Cart access to the products in the Catalog?
    3) Now I don't know how to undo my change in FileName. I can't do it because in the FileName MDM Console it doesn't allow to write it. It allows only to choose a file in some place, my station for example.
    Could anyone help me?
    Thanks!
    Rose

    Hi Kanstantsin,
    I was analysing what you explain, but it was not exactly this problema. But what you wrote, help me to understand better the MDM and lets me know more about schemas .
    Thank you very much for your help.
    Hi Vinary,
    It was exactly this. I had edited the name. I changed it and now it is working.
    Thank you very much for your help!
    Rose

  • Changing xml to create graphic hyperlink rolover?

    I use a text box created in Iweb as a hyperlink to other pages in my website. Is it possible to create a rollover effect by editing the xml file as discussed in the following thread:
    http://discussions.apple.com/thread.jspa?messageID=3288533
    I have followed Max Karreth's Instructions on creating rollovers which worked great, except for when the site is viewed on machines running IE the text in the graphic images I created for the rollover are fuzzy.
    Please let me know if the best way to create the effect I'm looking for.
    You're help is greatly appreciated.
    Imac   Mac OS X (10.4.9)  

    nope - there is no chance. sadly not! otherwise i would have integrated it into my templates
    btw - you could change all the links into a rollover, but that would mean that ALL links are a rollover.
    another way is to use iwebmore to edit the template files: http://iwebmore.ctrl-j.eu/iWebMore.html
    max karreth

  • Changing XML Before Parsing

    My problem in brief: I want to change some data from an XML file before parsing it.
    I'm using xerces to parse an XML file. Occasionally the XML file contains an ampersand character rendering it invalid, so xerces throws an error when parsing.
    To get around this problem i'm using a FileInputStream and BufferedReader to read the file into a String (line by line), changing the ampersand character, then using an InputStream and DocumentBuilderFactory to parse the String. This works to an extent but takes a while, making it extremely inefficient.
    Essentially, is there are more efficient way of changing the XML before it is parsed by Xerces?

    Using JDOM its bit easy.
    It provides various methods for example
    Element.getChild("child_Node_Name").NodeName() --to get Node name
    and
    Element.getChildText("child_Node_Name") -- to get contents of the child node
    and then using StringBuffer you can you can play it as you want.
    Hope this will help.
    ..............yogesh

  • PLSQL changing XML file content

    Hello Experts,
    I have a task to do.
    I have to replace special characters from an XML file placed on the server through PLSQL.
    So that i created a plsql procedure.
    PROCEDURE REMOVE_SPECIAL_CHARS (p_file_name IN VARCHAR2)
    AS
    l_tmp_clob       CLOB                             DEFAULT EMPTY_CLOB();
    l_bfile          BFILE NULL;
    l_dest_offset    INTEGER            := 1;
    l_src_offset     INTEGER            := 1;
    l_outfile        UTL_FILE.file_type;
    lang_ctx         NUMBER             := DBMS_LOB.default_lang_ctx;
    warning          NUMBER NULL;
    l_dest_file      VARCHAR2(300) NULL;
    BEGIN
    mob_util_pck.log_write ('I','Inside REMOVE_SPECIAL_CHARS procedure(+)');
    l_dest_file:=SUBSTR (p_file_name, (INSTR (p_file_name, '/', -1, 1))+1);
    mob_util_pck.log_write ('I','Following File will be modified: '||l_dest_file);  
       l_bfile := BFILENAME ('MOBSEPAOUT', l_dest_file);
       DBMS_LOB.OPEN (l_bfile, DBMS_LOB.file_readonly);
       DBMS_LOB.createtemporary (l_tmp_clob, TRUE);
       DBMS_LOB.loadclobfromfile (dest_lob          => l_tmp_clob
                                , src_bfile         => l_bfile
                                , amount            => DBMS_LOB.getlength (l_bfile)
                                , dest_offset       => l_dest_offset
                                , src_offset        => l_src_offset
                                , bfile_csid        => DBMS_LOB.default_csid
                                , lang_context      => lang_ctx
                                , warning           => warning
       DBMS_LOB.CLOSE (l_bfile);
    mob_util_pck.log_write ('I','Deleting Old File');
       BEGIN
          mob_util_pck.delete_files ('MOBSEPAOUT'
                                   , l_dest_file
       END;
    mob_util_pck.log_write ('I','Before Replacing Characters');
       l_tmp_clob := REPLACE (l_tmp_clob, '€', 'E');
       l_tmp_clob := REPLACE (l_tmp_clob, '@', '(at)');
       l_tmp_clob := REPLACE (l_tmp_clob, '&', '+');
       l_tmp_clob := REPLACE (l_tmp_clob, 'à', 'a');
       l_tmp_clob := REPLACE (l_tmp_clob, 'é', 'e');
       l_tmp_clob := REPLACE (l_tmp_clob, 'è', 'e');
       l_tmp_clob := REPLACE (l_tmp_clob, 'ç', 'c');
       l_tmp_clob := REPLACE (l_tmp_clob, 'ù', 'u');
       l_tmp_clob := REPLACE (l_tmp_clob, 'ï', 'i');
       l_tmp_clob := REPLACE (l_tmp_clob, 'ù', 'u');
       l_tmp_clob := REPLACE (l_tmp_clob, '[', '(');
       l_tmp_clob := REPLACE (l_tmp_clob, ']', ')');
       l_tmp_clob := REPLACE (l_tmp_clob, '\', '/');
       l_tmp_clob := REPLACE (l_tmp_clob, '^', '.');
       l_tmp_clob := REPLACE (l_tmp_clob, 'ù', 'u');
       --l_tmp_clob := REPLACE (l_tmp_clob, '_', '-');
       l_tmp_clob := REPLACE (l_tmp_clob, '`', '''');
       l_tmp_clob := REPLACE (l_tmp_clob, '{', '(');
       l_tmp_clob := REPLACE (l_tmp_clob, '|', '/');
       l_tmp_clob := REPLACE (l_tmp_clob, '}', ')');
       l_tmp_clob := REPLACE (l_tmp_clob, '~', '-');
       l_tmp_clob := REPLACE (l_tmp_clob, 'À', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Á', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Â', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ã', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ä', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Å', 'A');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ç', 'C');
       l_tmp_clob := REPLACE (l_tmp_clob, 'È', 'E');
       l_tmp_clob := REPLACE (l_tmp_clob, 'É', 'E');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ê', 'E');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ë', 'E');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ì', 'I');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Í', 'I');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Î', 'I');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ï', 'I');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ñ', 'N');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ò', 'O');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ó', 'O');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ô', 'O');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Õ', 'O');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ö', 'O');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ù', 'U');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ú', 'U');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Û', 'U');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ü', 'U');
       l_tmp_clob := REPLACE (l_tmp_clob, 'Ý', 'Y');
       mob_util_pck.log_write ('I','After Replacing Special Characters');
       mob_util_pck.log_write ('I','Before Creating New File '||l_dest_file);
       DBMS_XSLPROCESSOR.clob2file(l_tmp_clob, 'MOBSEPAOUT', l_dest_file);
       mob_util_pck.log_write ('I','After Creating New File '||l_dest_file);
       mob_util_pck.log_write ('I','Inside REMOVE_SPECIAL_CHARS procedure(-)');
    END REMOVE_SPECIAL_CHARS;
    This procedure is working fine for some special characters. But some special characters are getting replaced by different characters before performing the replace so it is causing wrong replacement of characters.
    eg- i need to replace & by +
    but it is changing it to +amp which is incorrect.
    Is it something related to characters encoding?
    Please help.
    Regards-
    Vikrant

    eg- i need to replace & by +
    but it is changing it to +amp which is incorrect.
    Is it something related to characters encoding?
    Due to its special meaning in the XML language, occurrences of the ampersand character '&' have be escaped to &amp; as well as '<', '>' and '"' respectively to &lt;, &gt; and &quot;.
    So in short, do not replace the ampersand character.

Maybe you are looking for

  • Router WRT54GL with Windows Vista

    Greetings, We just bought two Dell E520 computers that will come pre loaded with Windows Vista OS. I also have a WRT54GL router still fresh in the box and un opened. When we receive our new computers we want to use our new WRT54GL router with the two

  • G5 ALS weirdest screen problem yet (i think)

    Ok, so it's 4 years old and five weeks ago it began to have these weird HORIZONTAL lines. Take a look here: http://s731.photobucket.com/albums/ww316/kimadog/?albumview=slideshow So the deal is that it's supposed to be either the graphics card or mayb

  • Map Builder - Bulk import

    Hi, I have several thousand tiff images (orthophoto maps) and I am using Map Builder for importing, making georaster theme and adding themes into base map. It will last for ages... Is there other way how to do it? thanks, Branislav

  • MIGO Header Fields Mandatory

    Dear Friends, Thanks in Advance. Is there any possibility to make a Input/Output Field ( GR/GI Slip ) Mandatory based on the Movement Type . Regards: Sridhar

  • Mac mini, bluetooth keyboard and mouse problems

    My elderly father is trying to use bluetooth (USB adaptor) with his mini, and Apple bluetooth keyboard and bluetooth mouse. He has the mini about 6 feet away in the entertainment center partly behind the cabinet door. He keeps getting a message that