XML Tutorial download

Hi, I've seen the page http://java.sun.com/xml/tutorial_intro.html where I can find the XML basic tutorial. I wanted to download that but couldn't find the download link. Can anybody help me download that as I need to give it to my fellow developers who don't have internet access. It's very important for us.
-suresh

I followed the "Downloads" link from the page you referenced and it eventually led to this:
http://java.sun.com/xml/downloads/javaxmlpack.html#tutorial

Similar Messages

  • XML Tutorial doesn't work

    I tried the one xml tutorial listed under http://otn.oracle.com/sample_code/tutorials/xml.html and I got the error:
    XMLNormalization.java:1: Package oracle.xml.parser.v2 not found in import.
    import oracle.xml.parser.v2.*;
    ^
    .\MyDocumentBuilder.java:2: Package oracle.xml.parser.v2 not found in import.
    import oracle.xml.parser.v2.*;
    ^
    .\MyDocumentBuilder.java:4: Superclass DocumentBuilder of class MyDocumentBuilde
    r not found.
    public class MyDocumentBuilder extends DocumentBuilder
    ^
    3 errors
    I believe the problem is that it can't find xmlparserv2.jar, which seems to be packed up in an ext directory as xmlparserv2.jar!_1076361799.ojpd. Must be some proprietary compression format. Let me know when you have something that works with java or an example that explains how to unpack your proprietary format.
    Regards

    Yes, you are true : the xmlparserv2.jar is missing from CLASSPATH in your environment.
    If you have installed Oracle9i JDeveloper, then the xmlparserv2.jar is available at JDEV_HOME\lib\ directory.
    If you are not using Oracle9i JDeveloper, then you need to download Oracle XDK for Java at location http://otn.oracle.com/software/tech/xml/xdk_java/content.html
    This is specified in Required Software Section of the tutorial. After downloading the Oracle XDK (xdk_java_9_2_0_5_0.zip for windows or similar for windows), unzip/unjar the zip file.
    You can find xmlparserv2.jar file as part of the unzipped version of xdk_java_9_2_0_5_0.zip or similar equivalent on Unix.
    You need to embed xmlparserv2.jar as part of the CLASSPATH.
    Please let me know if you need any other help.
    Thanks
    -- Umesh

  • How to invoke a xml-file download ?

    How can I manipulate XSQL/XSL that when the transition is done, the user downloads the result to his file system. And not only for XML File downloads but for txt or doc formats?
    Thomas

    In transaction SM69 external operating system commands can be set up and then these can be executed using function SXPG_CALL_SYSTEM from ABAP or using SM49 transaction.
    See documentation in the function module and application help in the SM69 / SM49 transactions.
    You could set up commands for copy, move, delete for the relevant directories.  Be careful to limit the directories and set security appropriately.
    Andrew

  • ADOBE DPS tutorial downloads - are there any for indesign CS6?

    ADOBE DPS tutorial downloads - are there any for indesign CS6?
    I am in need of tutorial downloads for indesign to learn more on Adobe DPS. I see the many videos online - but would love to download files and construct the files I see. Can anyone help and advise please.
    thanks: Daryl

    If you want good quality exercise files get a subscription to Lynda.com.
    This link will get you a one week trial to see if it's good for you. You'll
    have to pay for the subscription to get the files: http://bit.ly/RS0GXs

  • Apache Xerces2  XML parser download?

    Hello all,
    where can i find Apache Xerces2 XML parser download?
    Seems not working http://xerces.apache.org/xerces2-j/download.cgi
    http://xerces.apache.org/xerces2-j/
    thank you.
    I really need it.
    I am stuck with that bug:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6551600
    Edited by: 811911 on 14 févr. 2011 05:41
    Edited by: 811911 on 14 févr. 2011 05:52

    http://xerces.apache.org/mirrors.cgi#binary
    Also needs to be under Java 1.6

  • Advice on ADDT Export Recordset as XML Tutorial

    Hello all,
    I recently had a situation where I needed to use ADDT's "Export Recordset as XML" behavior. However, the "Export Recordset as XML" behavior creates a php page that generates the XML when the php script is run and the resulting XML is published to the browser.
    Unfortunately, I needed the php page to not publish to the browser, but to write the generated XML to a real XML file. I looked for help in the forums, but I was unable to find any information regarding this and it seemed some people had been looking for this ability.
    I was able to figure out how to use ADDT's "Export Recordset as XML" to write the XML to a file when the ADDT created Export XML php page is run.
    I want to share a brief description on how I did this. However, I had to modify the ADDT file "XMLExport.class.php" to get this to work. The modifications are are very simple and easy. You just have to comment out a few lines and change an echo to a return in the "XMLExport.class.php" file.
    Before I take the time to write this up, I wanted to be sure it's ok to explain in these forums how to edit ADDT files. I know the license agreement allows me to modify the code for my own use. But does the license agreement allow me tell other's how to modify the code?
    At the top of the Adobe "XMLExport.class.php" page you see this:
    Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it.
    Rather than try and decipher a license agreement, I thought someone, probably Gunter :), might be able to let me know before I go to the trouble.
    Thanks,
    Shane

    Hi Shane,
    But does the license agreement allow me tell other's how to modify the code?
    As this snenario isn´t explicitely mentioned respectively prohibited, I don´t see any problem at all with telling folks how to modify an ADDT "includes" file, though I´m not sure about the "distribution" aspect, as - to my understanding - an original or modified ADDT file can´t be offered for download or sent to others per email or whatever else might qualify as "distribution".
    My suggestion for remaining on the safe side :: just write a tutorial and tell folks how to modify whatever file, because merely providing an information about a modification certainly doesn´t tangent the "use, modify, and distribute" definition of the license at all -- however, it´s the reader of your tutorial who´s having to decide whether the suggested modification is in accordance with the terms of the Adobe license agreement, though this shouldn´t be a problem as well, as they´re going to modify the code for their own use :-)
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Issue: XML File Downloading to Application Server

    Hi All,
    I am experiencing an issue downloading an XML File to the Application Server.
    I'm using FM SAP_CONVERT_TO_XML_FORMAT to convert SAP data to XML Format.
    After getting the XML data into XMLTAB, I'm using:
    OPEN DATASET pfile_fs FOR OUTPUT IN BINARY MODE .
         LOOP AT xmltab INTO xmltab_w.
         TRANSFER xmltab_w TO pfile_fs.
          CLEAR xmltab_w.
         ENDLOOP.
       CLOSE DATASET pfile_fs.
    The xml file is downloaded show an Error in 'XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:/shared/TEST/2009'
    But when i download xml file using the FM  WS_Download , the XML page has no errors .
    I am unable to figure out what could be the issue, If this issue is due to some characters like Chinese or Japanese then .. is there any solution for this .
    Please, give me your valuable suggestions.
    Thank you,
    Prasead

    Dear Prasead,
            Hope things are good at your end, i have got the same issue as well, could you please care to share the solution...Wud be of a gr8 help if you could do that, hope to have your response back.
    Regards,
    Abdul.

  • Problem in XML file download

    types: begin of type_s_data,
             record(65000) type c,
           end of type_s_data.
    data: w_xml_out type string.
    data: t_xml_tab type table of type_s_data with header line,
    Source code
          t_code    type table of type_s_data with header line,
    After populating t_code table,
    convert internal table data into XML document
      call transformation id
           source code = t_code[]
           result xml w_xml_out.
    append XML docu to internal table
      append w_xml_out to t_xml_tab.
    Download to XML file
      call function 'GUI_DOWNLOAD'
        exporting
      BIN_FILESIZE                    =
         filename                        = filename
         filetype                        = 'BIN'
        append                        =
      write_field_separator           = sep
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = ' '
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
      WK1_N_FORMAT                    = ' '
      WK1_N_SIZE                      = ' '
      WK1_T_FORMAT                    = ' '
      WK1_T_SIZE                      = ' '
      WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
      SHOW_TRANSFER_STATUS            = ABAP_TRUE
    IMPORTING
      FILELENGTH                      =
        tables
         data_tab                        = t_xml_tab
      FIELDNAMES                      =
        exceptions
         file_write_error                = 1
         no_batch                        = 2
         gui_refuse_filetransfer         = 3
         invalid_type                    = 4
         no_authority                    = 5
         unknown_error                   = 6
         header_not_allowed              = 7
         separator_not_allowed           = 8
         filesize_not_allowed            = 9
         header_too_long                 = 10
         dp_error_create                 = 11
         dp_error_send                   = 12
         dp_error_write                  = 13
         unknown_dp_error                = 14
         access_denied                   = 15
         dp_out_of_memory                = 16
         disk_full                       = 17
         dp_timeout                      = 18
         file_not_found                  = 19
         dataprovider_exception          = 20
         control_flush_error             = 21
         others                          = 22.
      if sy-subrc <> 0.
        message e016 with 'Error during file download'(002).
      endif.
    Problem here is when intrernal table data/size is large, only part of the data is getting displayed in the file and at the bottom of the file showing an error message
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End element was missing the character '>'. Error processing resource 'file:///C:/Documents and Settings/sowjanya.suggula/De...
    RECORD
    ^
    >RECORD>
      </item>
    wehn i change data  declaration as
    data: t_xml_tab type table of string with header line.
    when i execute the program, giving me a short dump.please suggest me a soluion for this.
    Regards,
    Sowjanya

    Hi Sowjanya,
    Kindly go through this link below:
    It Uploads XML to internal table and vice versa :
    Upload XML to internal table and vice versa in SAP 4.6C
    Hope it helps
    Regrds
    Mansi

  • XML file download to presentation server.

    Hi Experts,
    Here I have a question regarding file download to desktop.
    I have a report which will generate xml file. Once it is generated i would like to download to desktop.
    I tried with 'GUI_DOWNLOAD', but it is not working. It means the file is downlaoded to presentation server but when i opened it 'Page can't be displayed' message is comming.
    Could you pleas help me to solve this issue.
    Thanks in advance.
    Regards,
    Anil.G

    Hello,
    For processing XMLs always try to make use of the class CL_XML_DOCUMENT.
    You can download the XML stream to a local file using the method of EXPORT_TO_FILE class CL_XML_DOCUMENT.
    Further reading: [/people/uwe.schieferstein/blog/2010/10/17/visualizing-any-kind-of-xml-data-using-class-clxmldocument]
    BR,
    Suhas

  • XML File download through an iview

    Hi All,
    I've written an iview that builds up the data for an xml file and tableview report. The should be able to click a link on the iview and a window pops up and they can save the XML data to a local file.
    I have two problems, the first is I am unsure how to pass the large amount of data from the first iview to the second "Download" iview. It is too big to fit as a form parameter. I'm hoping to add it to the component session. Do you think this will work?
    The second problem is the download itself. I've created a basic component with a doContent method. I've tried setting the content type to "Application/octet-stream" by using the following code :
    public class ecDownloadComponent extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              PortalComponentContentType pct = new PortalComponentContentType("APPLICATION/OCTET-STREAM");
              response.setContentType(pct);
              response.write("<xml>hello</xml>");
    All I get is an HTML page with the data in.
    Any ideas how I force the download?
    Cheers
    Richard

    Hi Richard,
    1.) If the complete data which should be downloadable is built in the first iView, it is no problem to add it to the component session. "Size doesn't matter"
    What happens "physically" if you add something to a session? In fact, a <i>reference</i> to your (small or incredible fat) object is added into a hashtable or something similar.
    (Excurs: That's why objects in sessions are called "live", because if you get a reference to an object of a session and manipulate this object with it's methods, the object in the session is manipulated, because it's the same object; that's the reason why you don't have to "update" such an object into the session).
    So you don't have to worry about using the double amount of memory, because you are not.
    2.) For iViews to be something different than HTML, put all the stuff into the overridden method <i>protected void doOnNodeReady(IPortalComponentRequest request, IEvent event)</i>, retrieve the original HttpServletResponse via <i>HttpServletResponse response= request.getServletResponse(true);</i> and set the ContentType on this.
    The trick is to be "early enough" in the sense that the content type must not have been set before.
    With this, just implement an empty <i>doContent</i> method and put the rest of your download logic in the method stated above.
    Just one more info, not needed here, but maybe interesting in this context: If you want do produce PDF's in this way, you have to be sure to put the PDF data "fast enough" into the output stream, otherwise the PDF-Reader could get stuck. This means <i>first</i> setting all data into a memory buffer and then sending this into the outputstream (and not calculating the data "while sending").
    Hope it helps
    Detlev

  • Ora-06502: variable length too long on report query xml schema download

    on shared components/report queries/edit report query/
    and downloading my queries in xml schema format (radio button).
    Get
    ORA-06502: PL/SQL: numeric or value error: raw variable length too long
    when i click the download button.
    EDIT:
    i want to add that i recently changed several columns in the database from 150 to 3000 chars long.
    Edited by: Manny Rodriguez on Oct 11, 2011 7:19 AM

    "4000 bytes is the ultimate maximum. you can say 4000 *characters* , but it'll always be limited to 4000 *bytes* . "
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1224836384599#201073000346459201\
    "The maximum length of the column is determined by the national character set definition. Width specifications of character data type NVARCHAR2 refer to the number of characters. The maximum column size allowed is 4000 bytes."
    http://docs.oracle.com/cd/E11882_01/server.112/e26088/sql_elements001.htm#SQLRF50976
    By the way, you're treating your numbers as STRINGS, remove the quotes around your zero's.

  • Generate xml to download

    Hello,
    With an APEX application I need to generate an xml file to download to users computer.
    The file should look like that:
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
    <preset>
    <name>Medium Bandwidth (300 Kbps) - VP6</name>
    <description></description>
    </preset>
    <capture>
    <video>
    <device>Laptop Integrated Webcam</device>
    <crossbar_input>0</crossbar_input>
    <frame_rate>15.00</frame_rate>
    <size>
    <width>320</width>
    <height>240</height>
    </size>
    </video>
    <audio>
    <device>Microphone Array (SigmaTel High</device>
    <crossbar_input>0</crossbar_input>
    <sample_rate>22050</sample_rate>
    <channels>1</channels>
    <input_volume>75</input_volume>
    </audio>
    </capture>
    <process>
    <video>
    <preserve_aspect></preserve_aspect>
    </video>
    </process>
    <encode>
    <video>
    <format>VP6</format>
    <datarate>200;</datarate>
    <outputsize>320x240;</outputsize>
    <advanced>
    <keyframe_frequency>5 Seconds</keyframe_frequency>
    <quality>Good Quality - Good Framerate</quality>
    <noise_reduction>None</noise_reduction>
    <datarate_window>Medium</datarate_window>
    <cpu_usage>Dedicated</cpu_usage>
    </advanced>
    <autoadjust>
    <enable>false</enable>
    <maxbuffersize>1</maxbuffersize>
    <dropframes>
    <enable>false</enable>
    </dropframes>
    <degradequality>
    <enable>false</enable>
    <minvideobitrate></minvideobitrate>
    <preservepfq>false</preservepfq>
    </degradequality>
    </autoadjust>
    </video>
    <audio>
    <format>MP3</format>
    <datarate>48</datarate>
    </audio>
    </encode>
    <restartinterval>
    <days></days>
    <hours></hours>
    <minutes></minutes>
    </restartinterval>
    <reconnectinterval>
    <attempts></attempts>
    <interval></interval>
    </reconnectinterval>
    <output>
    <rtmp>
    <url>rtmp://localhost/live</url>
    <backup_url></backup_url>
    <stream>livestream</stream>
    </rtmp>
    <file>
    <limitbysize>
    <enable>false</enable>
    <size>10</size>
    </limitbysize>
    <limitbyduration>
    <enable>false</enable>
    <hours>1</hours>
    <minutes>0</minutes>
    </limitbyduration>
    <path>sample.flv</path>
    </file>
    </output>
    <metadata>
    <entry>
    <key>author</key>
    <value></value>
    </entry>
    <entry>
    <key>copyright</key>
    <value></value>
    </entry>
    <entry>
    <key>description</key>
    <value></value>
    </entry>
    <entry>
    <key>keywords</key>
    <value></value>
    </entry>
    <entry>
    <key>rating</key>
    <value></value>
    </entry>
    <entry>
    <key>title</key>
    <value></value>
    </entry>
    </metadata>
    <preview>
    <video>
    <input>
    <zoom>100%</zoom>
    </input>
    <output>
    <zoom>100%</zoom>
    </output>
    </video>
    <audio></audio>
    </preview>
    <log>
    <level>100</level>
    <directory>C:\Users\Pille-Riin\Videos</directory>
    </log>
    </flashmedialiveencoder_profile>
    How could I achieve this so that the xml file would be downloadable from a link or a button?
    What I have done so far is this:
    -- Set the MIME type
    owa_util.mime_header( 'text/xml', FALSE );
    -- Set the name of the file
    htp.p('Content-Disposition: attachment; filename="test.xml"');
    -- Close the HTTP Header
    owa_util.http_header_close;
    htp.p('<?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
    <preset>
    <name>Medium Bandwidth (300 Kbps) - VP6</name>
    <description></description>
    </preset>
    <capture>
    <video>
    <device>Laptop Integrated Webcam</device>
    <crossbar_input>0</crossbar_input>
    <frame_rate>15.00</frame_rate>
    <size>
    <width>320</width>
    <height>240</height>
    </size>
    </video>
    <audio>
    <device>Microphone Array (SigmaTel High</device>
    <crossbar_input>0</crossbar_input>
    <sample_rate>22050</sample_rate>
    <channels>1</channels>
    <input_volume>75</input_volume>
    </audio>
    </capture>
    <process>
    <video>
    <preserve_aspect></preserve_aspect>
    </video>
    </process>
    <encode>
    <video>
    <format>VP6</format>
    <datarate>200;</datarate>
    <outputsize>320x240;</outputsize>
    <advanced>
    <keyframe_frequency>5 Seconds</keyframe_frequency>
    <quality>Good Quality - Good Framerate</quality>
    <noise_reduction>None</noise_reduction>
    <datarate_window>Medium</datarate_window>
    <cpu_usage>Dedicated</cpu_usage>
    </advanced>
    <autoadjust>
    <enable>false</enable>
    <maxbuffersize>1</maxbuffersize>
    <dropframes>
    <enable>false</enable>
    </dropframes>
    <degradequality>
    <enable>false</enable>
    <minvideobitrate></minvideobitrate>
    <preservepfq>false</preservepfq>
    </degradequality>
    </autoadjust>
    </video>
    <audio>
    <format>MP3</format>
    <datarate>48</datarate>
    </audio>
    </encode>
    <restartinterval>
    <days></days>
    <hours></hours>
    <minutes></minutes>
    </restartinterval>
    <reconnectinterval>
    <attempts></attempts>
    <interval></interval>
    </reconnectinterval>
    <output>
    <rtmp>
    <url>rtmp://localhost/live</url>
    <backup_url></backup_url>
    <stream>livestream</stream>
    </rtmp>
    <file>
    <limitbysize>
    <enable>false</enable>
    <size>10</size>
    </limitbysize>
    <limitbyduration>
    <enable>false</enable>
    <hours>1</hours>
    <minutes>0</minutes>
    </limitbyduration>
    <path>sample.flv</path>
    </file>
    </output>
    <metadata>
    <entry>
    <key>author</key>
    <value></value>
    </entry>
    <entry>
    <key>copyright</key>
    <value></value>
    </entry>
    <entry>
    <key>description</key>
    <value></value>
    </entry>
    <entry>
    <key>keywords</key>
    <value></value>
    </entry>
    <entry>
    <key>rating</key>
    <value></value>
    </entry>
    <entry>
    <key>title</key>
    <value></value>
    </entry>
    </metadata>
    <preview>
    <video>
    <input>
    <zoom>100%</zoom>
    </input>
    <output>
    <zoom>100%</zoom>
    </output>
    </video>
    <audio></audio>
    </preview>
    <log>
    <level>100</level>
    <directory>C:\Users\Pille-Riin\Videos</directory>
    </log>
    </flashmedialiveencoder_profile>');
    -- Send an error code so that the
    -- rest of the HTML does not render
    htmldb_application.g_unrecoverable_error := true;
    This gives me a file, but it does not work. I need to use the file as a profile for Flash Media Live Encoder (http://www.adobe.com/products/flashmediaserver/flashmediaencoder/). After donloading this file it says that the file is not good for the encoder.
    I really do hope that you can help.

    Hello,
    Try your htp.p without the <?xml version="1.0" encoding="UTF-16"?>
    That should get added automatically when you call owa_util.mime_header
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • XML tutorial or Help

    Does anyone have a good tutorial for Labview XML schema.  I have created an INI file in LV XML format through flattne to XML string and save to XML file, but every time you write to an XML file it overwrites evertyhing in the file.  I wanted to extract the string and search for data to replace, replace it and store it again, but this seems to be introducing new formatting parameters, that throw everything off.
    Any help appreciated.
    p.s. I do know how to use basic LV XML vi's, so if something has some indepth knowlege of overwriting specific nodes in the XML, while keeping the format and syntax of everything else the same is what I am looking for.  Also ways of sorting the data within XML file, without letting LV choose where in the file it wants to store the data?
    Thanks

    rather than editting the XML directly (which can be done but is twitchy as you've found out) you're probably better off unflattening back to you original INI file text, editing that, and then re-flatten to the XML file.  

  • New to PhotoShop cs6 / Tutorial Downloading Trial Version

    hello
           I am simply trying to download and install Photoshop cs6 trial version.  I can somewhat plainly see that here are tutorials on the web regarding this.  Looking at them  while being many.  But as a new comer to adobe I am hesitant in choosing a tutorial for downloading and installing the program.  I am intertested in finding the closes tutorial that will fit my needs so not to run into any problems  while attempting the download & Installation.   My computer is  hp windows 7.  Home Premiun.  AMD Phenon (tm) 2 x 4 with a 840 T Processor 2.90 GHZ.  6 GB of Ram Services Pack 1.  Using Internet Explorer 9.  Also using the default  Zip utilties functions that came with the computer. 
        If anyone one can point out a closes step by step tutorial regarding the download it would help me a great deal for any future indevers with Photoshop.     Thank you Jon. 

    I don't know what's going on for you, but the page I linked to is only about Photoshop CS6.  This is all I see there:
    I see the word "crack" in your response...  That implies you're trying to do something illegal.  Understand that no one here is going to help you install Photoshop illegally.  You need to stop doing that immediately!
    -Noel

  • Xml Parser download

    Hi all,
    Anybody Please tell me where can I download XML parser ?
    I have to download and install an XML parser that is compatible with the Java API for XML Parsing (JAXP) 1.1 specification to run struts Program.
    Please give the absulute url......
    Thanks in advance.
    Please rePly soon
    Amitindia

    there is one built into the jdk. 1.4/1.5 at least.
    If you want a separate jar for some reason, or more doc help, try
    http://xerces.apache.org/xerces2-j/

Maybe you are looking for

  • How to create a warehouse task in EWM

    Hi Experts, In Extended Ware house management(EWM), how to create a Warehouse Task against inbound delivery order, if there any standard method's is available, if not any custom methods, plz let me know. my issue : am retrieving a Productid, batch, l

  • How can I update my 8g ipod touch from 4.2.1 to something higher?

    I have an 8G ipod touch with ios 4.2.1 which won't allow me to download most apps. I want to update it to a higher ios but when in itunes, when I click on the check for updates, it just idicates that the ios 4.2.1 version is already on the ipod.  How

  • Exported photos too dark

    When I export my files for print they are dark and dull and don't look anything like the screen. I have the quality set to 100 and the ppi to 300, exporting as a jpeg.  I took my disk to a professional printer and he stated he also found this problem

  • On multiple file encoding - won't let me crop

    Hi everybody - Just beginning the compression stage of my dance video project(s). When adding 70+ videos to the Flash Video Encoder - I am able to make all the settings I want - except being able to "Crop" 4 pixels from top, bottom and each side (dei

  • Decision variant issue in process chain

    Hi, I have a decision variant for my process chain: It should be successful when it is 5th working day of month. If the 5th working day of the month is friday, it should be failed.. Can you please help me to build the formula in Decision variant. Tha