Exported XML size

Hi
My problem is with the size of the xml that is exported from my text flow.
I am just writting the two words bold and italic, make the first bold and second italic in my text flow and the XML exported is following....
<TextFlow  color="0x0" direction="ltr" fontFamily="Arial" fontSize="18"  lineBreak="explicit" paddingBottom="10" paddingLeft="10" paddingRight="10"  paddingTop="10" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p><span  fontWeight="bold">B</span><span  alignmentBaseline="useDominantBaseline" backgroundAlpha="1"  backgroundColor="transparent" baselineShift="0" blockProgression="tb"  breakOpportunity="auto" cffHinting="horizontalStem" color="0x0"  columnCount="auto" columnGap="20" columnWidth="auto" digitCase="default"  digitWidth="default" direction="ltr" dominantBaseline="auto"  firstBaselineOffset="auto" fontFamily="Arial" fontLookup="device" fontSize="18"  fontStyle="normal" fontWeight="bold" justificationRule="auto"  justificationStyle="auto" kerning="auto" leadingModel="auto"  ligatureLevel="common" lineBreak="toFit" lineHeight="120%" lineThrough="false"  locale="en" paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0"  paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0"  paragraphStartIndent="0" renderingMode="cff" tabStops="" textAlign="start"  textAlignLast="start" textAlpha="1" textDecoration="none" textIndent="0"  textJustify="interWord" textRotation="auto" trackingLeft="0" trackingRight="0"  typographicCase="default" verticalAlign="top">old</span><span  alignmentBaseline="useDominantBaseline" backgroundAlpha="1"  backgroundColor="transparent" baselineShift="0" blockProgression="tb"  breakOpportunity="auto" cffHinting="horizontalStem" color="0x0"  columnCount="auto" columnGap="20" columnWidth="auto" digitCase="default"  digitWidth="default" direction="ltr" dominantBaseline="auto"  firstBaselineOffset="auto" fontFamily="Arial" fontLookup="device" fontSize="18"  fontStyle="normal" fontWeight="normal" justificationRule="auto"  justificationStyle="auto" kerning="auto" leadingModel="auto"  ligatureLevel="common" lineBreak="toFit" lineHeight="120%" lineThrough="false"  locale="en" paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0"  paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0"  paragraphStartIndent="0" renderingMode="cff" tabStops="" textAlign="start"  textAlignLast="start" textAlpha="1" textDecoration="none" textIndent="0"  textJustify="interWord" textRotation="auto" trackingLeft="0" trackingRight="0"  typographicCase="default" verticalAlign="top"> </span><span  alignmentBaseline="useDominantBaseline" backgroundAlpha="1"  backgroundColor="transparent" baselineShift="0" blockProgression="tb"  breakOpportunity="auto" cffHinting="horizontalStem" color="0x0"  columnCount="auto" columnGap="20" columnWidth="auto" digitCase="default"  digitWidth="default" direction="ltr" dominantBaseline="auto"  firstBaselineOffset="auto" fontFamily="Arial" fontLookup="device" fontSize="18"  fontStyle="italic" fontWeight="normal" justificationRule="auto"  justificationStyle="auto" kerning="auto" leadingModel="auto"  ligatureLevel="common" lineBreak="toFit" lineHeight="120%" lineThrough="false"  locale="en" paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0"  paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0"  paragraphStartIndent="0" renderingMode="cff" tabStops="" textAlign="start"  textAlignLast="start" textAlpha="1" textDecoration="none" textIndent="0"  textJustify="interWord" textRotation="auto" trackingLeft="0" trackingRight="0"  typographicCase="default"  verticalAlign="top">italic.</span><span></span></p></TextFlow>
I have to send this XML to server to plot on client machine but sometimes the size of XML become so large that it crashes my sessions.
Any Solution?

What are you doing to apply the bold and italic? If you are using getFormatOfRange, and take the result and do setFormatOfRange, it will unfortunately have this result. getFormatOfRange returns all properties including defaults, and when you call setFormatOfRange they get set into the element as user choice. If that's the problem, best solution is to apply the attributes using TLF directly. The right way to do this likely depends on what sort of text component you are using, but one possibility is to get the textFlow and call:
format.fontWeight = FontWeight.BOLD;
IEditManager(textFlow.interactionManager).applyLeafFormat(format);
- robin

Similar Messages

  • Export XML in right frame rate  for resolve?

    Hi!
    I'm in serious need for some help! When I import my exported XML sequence from premiere in to DaVinci Resolve 10 lite, I get an error message saying "The imported sequence frame rate (25) must be the same as the project frame rate (23,976)." All of my settings in Premiere that I can think of is set to 23,976fps, but if I understand the error message right, DaVinci claims the XML is 25fps... doesn't make any sense at all. I've tried for several hours now getting this to work, but it won't.
    I would really appreciate some help with this one, I'm in a hurry (as always, we're behind schedule). Worked with Davinci many times before, never had any problem with it.
    Regards
    /Patrik

    I am not a Resolve user, but could it be that Resolve has been set up for a 25fps project? And maybe the lite version restricts your frame size?
    Just curious.

  • XML tags in an "export : XML" Report Template

    Hi All,
    I'm using the export XML report template to produce XML from a query. One of the column contains XML tags and the template is translating eg: if the column is "Groups" then I get:
    <Groups>& lt ;Group& gt ;Sales & lt ;/Group & gt ; & lt ;Group& gt ;IT& lt ;/Group& gt ;</Groups>(ignoring all the spaces - OTN is translating the & gt 's :)
    instead of:
    <Groups><Group>Sales<Group><Group>IT</Group></Groups>Is there an easy way to stop this ?
    Thanks,
    Steve
    Edited by: spilgrim on Mar 6, 2009 12:14 PM
    Edited by: spilgrim on Mar 6, 2009 12:14 PM

    Hi Steve,
    Did you ever solve this? I'm having a similar issue while trying to build a Report Query that I want to build with nested elements.
    &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
    - &lt;ROWSET&gt;
    - &lt;ROW&gt;
    &lt;EE_ID&gt;467&lt;/EE_ID&gt;
    &lt;EE_GRIDS&gt;
    &lt;EE_GRID INDEX="1"&gt;
    &lt;EE_INCENTIVE_CASH_PROGRAM&gt;MIP&lt;/EE_INCENTIVE_CASH_PROGRAM&gt;
    &lt;EE_BONUS&gt;20&lt;/EE_BONUS&gt;
    &lt;/EE_GRID&gt;
    &lt;EE_GRID INDEX="2"&gt;
    &lt;EE_INCENTIVE_CASH_PROGRAM&gt;VIP&lt;/EE_INCENTIVE_CASH_PROGRAM&gt;
    &lt;EE_BONUS&gt;30&lt;/EE_BONUS&gt;
    &lt;/EE_GRID&gt;
    &lt;/EE_GRIDS&gt;
    &lt;/ROW&gt;
    - &lt;ROW&gt;
    &lt;EE_ID&gt;468&lt;/EE_ID&gt;
    &lt;EE_GRIDS&gt;
    &lt;EE_GRID INDEX="1"&gt;
    &lt;EE_INCENTIVE_CASH_PROGRAM&gt;MIP&lt;/EE_INCENTIVE_CASH_PROGRAM&gt;
    &lt;EE_BONUS&gt;20&lt;/EE_BONUS&gt;
    &lt;/EE_GRID&gt;
    &lt;EE_GRID INDEX="2"&gt;
    &lt;EE_INCENTIVE_CASH_PROGRAM&gt;VIP&lt;/EE_INCENTIVE_CASH_PROGRAM&gt;
    &lt;EE_BONUS&gt;30&lt;/EE_BONUS&gt;
    &lt;/EE_GRID&gt;
    &lt;/EE_GRIDS&gt;
    &lt;/ROW&gt;
    &lt;/ROWSET&gt;
    Thanks
    Keith
    Edited by: kmatthew on Mar 17, 2009 2:44 PM

  • Do I need to export multiple sizes for all standard print sizes? i.e.Say I crop the image in LR to 6'5" x 9' to fit within an 11" x 14" (overall) mat of a framed print.. Now let's say I want to reprint that same image in a 12" x 16" size ... to fit within

    Do I need to export multiple sizes for all standard print sizes? i.e.Say I crop the image in LR to 6'5" x 9' to fit within an 11" x 14" (overall) mat of a framed print.. Now let's say I want to reprint that same image in a 12" x 16" size ... to fit within a mat of with overall size of 20" x 24"? Or will the 1st export be "locked" at 6.5" X 9" (proportionately)?

    So, for the first one Export it cropped to 6.5 x 9 - and in the Export Dialog box there is a capability to rename the file for exported output - which would allow you to add something like the crop or intention to the base name of the file.  e.g. for _IMG0846.nef - setup the output filename to _IMG0846-65x9 for 11x14.jpg and output it at, say 300 or 360 dpi.  So, it has a unique name and purpose in your output folder.
    For best results, now, re-crop the picture in LR - just open the crop [R] dialog again, reframe the image to the new ratio, 12x16 and Export again - with an adjustment to the filename. e.g. _IMG0846-12x16 for 20x24.jpg
    So, now you have two clearly identified image files in your output area and you can provide those to whomever is printing for you, etc.  Discard them when you're done since you always have the original to return to to re-frame again as necessary.
    This way you get output sharpening and resolution (in pixels) optimized for your output print size.  Maybe not super important for smallish prints-but more important for larger ones.   Output at 100 quality.

  • How to recover IN & OUT after exporting XML file from iMovie9 to FinalCut ?

    Here is my WorkFlow :
    - Log & Capture my HDV footage in FCP - ProRes422.
    - Move the captured ProRes 422 clips to a new EVENT in iMovie.
    - Roughcut my edits in iMovie with no effects, no audio goof offs, ... just straight cuts.
    - Share ( export ) XML FCP file >> import XML file to FCP >> create Archive of FCP project with MediaManager to gather used clips in a new project.
    Everything is great, BUT :
    clips that MediaManager gathers in the browser window do not have the In & Out points, although clips on the timeline representing frame accurate cuts from iMovie.
    Is there any way to do this and have the in & out points in browser clips matching to the cuts on the timeline ?

    Do what you want, I'm not trying to change your workflow, but you can do all you say you do in FCP. If you change the browser to icon view, you can place the icons in a storyboard sequence right in the browser, and the icons are scrubable as well. In FCP, you can export EDLs, which you can't do in iMovie. You can also set the timeline window to dislplay the clips in Filmstrip view, which gives you the same visual representation that you have in iMovie. If you zoom all the way into your timeline, you can see every single frames as a thumbnail.
    You already have the pro application. You're really only slowing yourself down by rough cutting in iMovie. But do as you will. In the end, it's really only about telling a story. I just prefer to have the least amount of obstacles while doing so.

  • LARGER Exported File sizes

    I recently upgraded to LR V2 (also use PS CS3)
    For some reason my exported file sizes have increased immensely
    Typically I would convert from RAW to TIFF with the following settings:
    11" x 17" print size
    compression: none
    Adobe RGB1998
    16 bit
    resolution 300 DPI
    These files would convert at about 90MB (manageable on my system)
    They are now converting at a whopping 400MB (aging system can't handle this!)
    Is this the new LR V2 standard, is there some setting I need to change?
    Any help greatly appreciated.
    Rich

    No, you must be doing something wrong there. 300 ppi (NOT DPI!) at 11x17 and 16 bits uncompressed should be 90MB as you can calculate with simple math. If you enable compression (highly recommended for tiffs - it's lossless compression) you should be able to cut that in half.

  • EXPORT.XML file used during Java export?

    Hi all !!!
    I'm doing an export of a Solution Manager 7.01 system. This system also has a CPS (redwood) installation in thev database java schema.
    What happened was that not all tables listed in the EXPORT.XML existed, so I got a failure.
    I then "undeployed" CPS, and deleted all CPS files from the database (JCS_). However, when I restarted (or started from the beginning) I got the same error. The EXPORT.XML (in the export java directory) still have all the JCS_ tables listed.
    This file is recreated during every restart, so I tested to create a script which override this file with one without the JCS_* tables all the time (more than 100 times a minute). But the export still has the JCS_* tables in the list during export.
    So is the EXPORT.XML even used during export, or does it keep the values in memory already when the file is created.
    And a second question is: From where does the input to the EXPORT.XML file come from? It's not from the database since there is not a trace of any JCS_* tables in the database however ju list information from the DB2 dictionary (DB2 9.5.2)
    So can anyone tell me how to skip these tables from the export?
    // Claes

    Hello Claes,
    is this system (CPS) a copy or migration of other system ? it happens sometimes that old schema tables remains in the system.
    regards, Javier

  • Import/Export xml data from subtree of dynamic XFA form

    Hi
    We would like to import/export xml data (subtree) of a dynamic xfa form. The following script does only work with static AcroForms:
    formular.content.subformDaten.Button1[1]::click - (JavaScript, client)
    event.target.exportAsXFDF({aFields:["formular[0].content[0].subformDaten[0]"]});
    With dynamic forms the script does export an empty xml file (no data is included, only xml root tag):
    <?xml version="1.0" encoding="UTF-8"?>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"
    ><f href="ExportTest_frei.pdf"
    /><ids original="EA43F92A6B6EA34F9C4DBBC2DA0B1840" modified="6A7C6282A167594F91240B773AA979A7"
    /></xfdf
    >
    Any ideas? Many thanks.
    Best regards,
    Daniel

    Hi Paul
    The Problem that Daniel posted was originally mine. Now after subscribing to this forum myself, I try to describe the aim of using exportAsXFDF/importAnXFDF.
    exportData("", false) and exportXFAData works, in my opinion, only with a DataConnection. In my form I have indeed such a connection for sending the whole form. But in addition I need the possibility to export and import only part of the data without overwriting the rest of the filled form.
    exportAsXFDF works with static forms. So there MUST be a possibility that works with dynamic forms, right?
    I hope anyone has a solution.
    Beat

  • Script for Batch Exporting XML from IDCS3 files

    Does anyone have a script they would share for batch exporting XML from IDCS3 files? I do not know anything about scripting so I do not know how to write one myself. I've also searched around and cannot find anything. I would appreciate any help with this anyone can offer.
    Thanks,
    Janine

    Or use below Code:
    try {
         inFolderName= Folder.selectDialog ("Input Folder:");
         outFolderName= Folder.selectDialog ("Output Folder:");
         if ((inFolderName != null) && (outFolderName != null))
              var idFileFolder = new Folder(inFolderName);
              var files = idFileFolder.getFiles("*.indd");
              for(myCounter = 0; myCounter < files.length; myCounter++)
                   var theDocument = app.open(File(files[myCounter]));
                   with ( theDocument ) {
                   myXMLFile = new File(outFolderName + "/" + name.replace(".indd","") + ".xml" );
                   exportFile( ExportFormat.xml, myXMLFile );
                   close(SaveOptions.no);
    catch (err ) {
    alert("All files export");
    Shonky

  • Exporting full size Jpegs from DNG converted files

    Hi there
    I imported some RAW files into Lightroom 4, which I then copied/converted to DNG, then edited them. I now want to export them as full size, high-quality jpegs but I only seem to be able to export them at a maximum of about 800kb, which is far lower than full-size. Is this to do with first the conversion to DNG from RAW on the import? Am I best copying them from raw and not converting them to DNG at all? Next question is, will I have to import the original RAWs again and re-edit them to be able to export as full-size high quality jpegs or is there some way to not have to do them again? Many thanks, Sophie

    The curious thing is that when I try to export full size jpegs through the email function,
    Do you mean exporting through the e-mail the EXACT SAME photos that you were discussing above?
    Have you done any cropping of the photos? What is the size, in pixels, of one of these photos according to Lightroom? What is the size, in pixels, of the corresponding exported photo, according to your operating system?
    Can you show us screen captures of the export dialog box?
    At this time, I am not going to deal with the print at A4 size being pixelated, as printing introduces a lot of other places where something can go wrong. To see if the problem is in the export, I want to know if you look at the exported photo outside of Lightroom, does it appear pixelated or not?

  • Health App: How to work with exported xml?

    Hello,
    is there a simple way to process exported (xml) data from health app?
    I've tried it in Excel, but some of the collected data, like heartbeat rate, is strangely formatted. It’s a real pain to reformat and process that data in Excel, and it accelerates my heartbeat too ;-) .
    If someone knows a more simple way it would be nice if you can share it?
    Thanks a lot.

    You might have to tweak this code some to get it to work, but it should at least lay the groundwork for solving your problem:
    Code Snippet
    /* Declare an XmlNode object and initialize it with the XML response from the GetListItems method. The last parameter specifies the GUID of the Web site containing the list. Setting it to null causes the Web site specified by the Url property to be used.*/
                System.Xml.XmlNode nodeListItems =
                    MyListsService.GetListItems
                    (listName, viewName, query, viewFields, rowLimit, queryOptions, null);
    System.Xml.XmlDocument xd = new System.Xml.XmlDocument();
    xd.LoadXml(nodeListItems.OuterXml);
    System.Xml.XmlNamespaceManager nm = new System.Xml.XmlNamespaceManager(xd.NameTable);
    nm.AddNamespace("rs", "urn:schemas-microsoft-com:rowset");
    nm.AddNamespace("z", "#RowsetSchema");
    nm.AddNamespace("rootNS", "http://schemas.microsoft.com/sharepoint/soap");
    System.Xml.XmlNodeList nl = xd.SelectNodes("/rootNS:listitems/rs:data/z:row", nm);
    foreach(System.Xml.XmlNode listItem in nl)
      listBoxProsjekter.Items.Add(listItem.OuterXml);
    I hope this helps!
    Please look into the following site for more info:
    http://msdn2.microsoft.com/en-us/library/4bektfx9(vs.80).aspx

  • Maximum XML Size

    I need to know what is the XML size BPEL can handle in SOA 11G and also optimum size.
    Bikash
    [email protected]

    Looks like there is a limitation...We are in 11.1.1.3
    The requirement is to extract from a database view and transform...It works well, when it had to transform 15000 records..when it went over, it gave a "SOA returned no detail" message.
    I also tried chunking the database view in 5000s and then appending the transform to the final output variable
    It appended until the 15000 mark basically...appended for 3 iterations of 5000...but after that, the append gave me a "SOA returned no detail" & the final output variable lost the first 15000 as well!

  • Aperture won't export full-size jpegs

    I'm trying to export full-size jpegs, but Aperture is sending out 24 KB images. I'm selecting the edited versions I want, then going File>Export>Version. I have the dialog set to JPEG - Original Size. Still, what comes out is a thumbnail.
    Aperture 3.4.5
    OSX 10.8.5
    MacBook Pro
    2.4 GHz Intel Core 2 Duo
    4 GB Memory

    Check, if your export preset "JPEG - Original size" is still set correctly.
    In the "Export" panel set the "Export Preset" pop-up to "Edit".
    In the "Edit" panel make sure, that "Size to" is set to "Original Size", and the quality to a high value, at least 10.

  • Please help. Color Crashes on "Send to FCP" or export XML

    This error has just started happening and it's driving me nuts.
    I'm using FCS3 and I've got all the latest updates.
    I'm grading 60 sec commercials (source is XDCAM EX HD 1080p and I'm rendering in Pro Res HQ 1080)
    I did 3 this morning with no probs.
    Now on my 4th; Color "quits unexpectedly" every time i try to export XML or send to FCP.
    I haven't done anything differently.
    After trying and crashing 3 times, I restarted the computer and tried again.
    No change.
    I thought that maybe the file is corrupt so I started a new project and did the grade again.
    Still no joy.
    Anybody got any ideas what's wrong?
    Thanks
    Hills

    I also am having this problem. I am running a Macbook Pro with 2 gigs of ram, OS 10.6.2, FCP 7.01 and Color 1.5. I am working on a film which is is in small 4-5 minute segments with nothing fancy, DVCPRO HD-1080i60. There are some B/W tiff files at the start of each segment. They are all rendered fine. Color crashes the second I try to send back to FCP or export XML. The error code message is:
    Build Info: Color-5780000~8
    Code Type: X86 (Native)
    Parent Process: launchd [150]
    Date/Time: 2009-11-23 18:24:19.698 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 8840 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 84 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: C8316C14-1827-4836-98E1-887D049B4C75
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000012
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.color 0x002b2a60 RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 592
    1 com.apple.color 0x002b2a6b RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 603
    2 com.apple.color 0x002b2a6b RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 603
    3 com.apple.color 0x002b2a6b RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 603
    4 com.apple.color 0x002b2a6b RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 603
    5 com.apple.color 0x002b2a6b RemoveCacheSequenceNodes(scxml_node*, std::map<std::string, scxml_node*, std::less<std::string>, std::allocator<std::pair<std::string const, scxml_node*> > >&) + 603
    6 com.apple.color 0x002bfff7 ft_fcphandler::getExportWithFcpXml() + 567
    7 com.apple.color 0x001334a0 ft_project::sendToFCP() + 288
    8 com.apple.color 0x0000ad06 ftapplication_noReallysendToFCP() + 70
    9 com.apple.color 0x002455cb sui_multitask::callMultitaskingCallbacks() + 283
    10 com.apple.color 0x00245e20 sui_multitask::taskEvents() + 32
    11 com.apple.color 0x001d9421 libmac_mouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3025
    12 com.apple.HIToolbox 0x98a24e29 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    13 com.apple.HIToolbox 0x98a240f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    14 com.apple.HIToolbox 0x98a46981 SendEventToEventTarget + 52
    15 com.apple.HIToolbox 0x98a58457 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    16 com.apple.HIToolbox 0x98a2527a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    17 com.apple.HIToolbox 0x98a240f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    18 com.apple.HIToolbox 0x98a46981 SendEventToEventTarget + 52
    19 com.apple.HIToolbox 0x98bcf81b ToolboxEventDispatcher + 86
    20 com.apple.HIToolbox 0x98bcf953 RunApplicationEventLoop + 243
    21 com.apple.color 0x00009a65 main + 3093
    22 com.apple.color 0x00002986 start + 54

  • Opening exported XML, new error!

    Please choose a translation document file! This is what comes up when I try to import the XML file. What is this and where is it located? Help please. I had a file that was created in a newer version of FCP. I wasn't able to open it. So with the help from you guys I had the creator export to an XML format. Now a new error. What do I need to do to open this file. Since I don't know whats going on, the message states that no translation templates were found that matched the XML file. Unable to import. I appreciate your help. W3

    You must export from the newer version of Final Cut Pro to the XML version that is supported by the older version of FCP you're using. In the old FCP look at File->Export->XML... and see what version(s) you have available. That is the version you must export from the newer FCP.

Maybe you are looking for

  • Windows Vista + iTunes 7.6.0.29 = disaster

    I installed iTunes 7.6.0.29 on my new Vista machine and now when I try to launch iTunes it just hangs - shows as "not responding" in the Task Manager and I cannot kill the process. It prevents proper shutdown of the machine as well - I have never had

  • How do I get previews in full screen?

    Bridge CC on MacBook Pro 15" Retina: How do I get previews in full screen? Images with a height of less than 2000 pixels do not fill the screen.

  • Creating Local Product in SRM System.

    Hi All, I want to create Local Material in SRM system. while creating i am getting error. 1) Set type 380BDF7B502D63F7E10000009B38FA0B does not exist. in table TADIR there is no set type : COMM_PR_SHTEXT. while mantaing this it is asking for Package.

  • Desktop Icons Change Positions After Restart

    Hi, After I inadvertently synced my computer with another Mac computer my icons change position after restart. I was trying to sync another computer to mine. I have tried the usual suggestions of taking out com.apple.finder.plist and com.apple.deskto

  • Copy express Query

    hi expert, Can i use copy experss to copy objects from one database to another.If yes then it also copy table and field