XML Export Extension

Where can I download that extension? I know they sent it to me when I registered CS3 but I can't find it.
Thanks!
Rich
ps:I tend to add extensions as I need them.

Hi Waleed,
second i thought that it allowed because it has been discontinued extensions
I thought you were assuming this -- however, also all the discontinued extensions are covered by license agreements which forbid unauthorized redistribution, and just believe me that Adobe has all the rights on these extensions too.
all what i meant is to help him to got it
yes I know this, that´s why I just told you about that without being angry -- but if you had read the previous posts in this thread, you would have seen that this issue has long been resolved, means Rich wasn´t aware that this extension is an integral part of ADDT.
and pointed to the www.interaktonline.com website for purchase option if any
there is no purchase option for discontinued extensions.
so the action i`ll take now is to delete it at once... please check the link in 3 2 1 now
Thanks :-)
by the way you does n`t answer my questions yesterday
Hey Waleed -- please give me a little time, I have pretty much to do with other things, so I´ll be responding to that question when it´s time, ok ?
Cheers,
Günter Schenk
Adobe Commmunity Expert, Dreamweaver

Similar Messages

  • Is there update to XML Export Extension?

    I just updated ADDT to version 1.0.1 for my Dreamweaver CS3   when it got down installing and I restarted Dreamweaver I got a popup message saying that there is a new update to XML Export Extension and to go to Adobe's website to check it out.
    I can't find any mention of this extension on the site even though I have it.  Was there an actual update to this extension or was it just bogus message?
    I have DW CS3, ADDT 1.0.1 and XML Export Extension 1.00
    If there was an update can someone point me to where I can download it?
    Thank you.

    I believe it's a bogus message even if there is one this is the best query to xml script.

  • XML export root node attriubute?

    Hi
    I need to use XML export extension to generate XML to something like this:
    <photos path="images/">
    <photo id="1" name="Photo 1" blabla ="" url="1.jpg">This is the optional description for photo 1</photo>
    <photo id="2" name="Photo 2" blabla ="" url="2.jpg">This is the optional description for photo 2</photo>
    <photo id="3" name="Photo 3" blabla ="" url="3.jpg">This is the optional description for photo 3</photo>
    <photo id="4" name="Photo 4" blabla ="" url="4.jpg">This is the optional description for photo 4</photo>
    <photo id="5" name="Photo 5" blabla ="" url="5.jpg">This is the optional description for photo 5</photo>
    </photos>
    The problem is the root nodes path="images/"
    Is there a way to edit the XMLExport.class.php to do that?
    I can in DW edit the $xmlExportObj->setRootNode('photos'); to $xmlExportObj->setRootNode('photos path="images/"');
    But that gives an error because the end node looks like </photos path="images/">
    Hopefully there is an easy fix for this
    Regards
    olle

    Thank you both.
    Acctually I found out a quick way. I edit the XMLExport.class.php
    In the bottom just before the headers i just put in:
    $document .= '</Photos>';
    Instead of:
    $document .= '</' . $this->rootNodeName . '>';
    Off course this is not so dynamic. And can only be used for the page I want.
    Otherwise I think that the Spry export to XML is great.
    Regards
    olle

  • Xml export - registration gift

    I read that the xml export extension was one of the options
    as an incentive when registering Creative Suite Web Premium,
    however when I upgraded (via DW on first launch) I didn't see an
    option to download, and haven't received an email. Is this
    something that takes awhile, or is it immediate? It's been 2 days
    since I registered. Perhaps I'm just to impatient :)

    DEPearson wrote:
    > Jeff,
    > I waited a day and a half before I got the link to the
    export extension.
    I registered nearly two weeks ago, and have still heard
    nothing. Of
    course, it may simply be an isolated case, but it would be
    interesting
    to know what the average delay is.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Crystal Report 2008 SP2 & InfoView: Custom XML Export doesnt work

    Hi,
    I have created a Crystal Report .rpt and want to use the custom xml export function to output a custom xml file. For that, I created a custom transformation file (xsl) and imported it into the .rpt . On the client machine, if I open the .rpt with Crystal Reports 2008 SP2, and select to export it using the custom xml output, all runs fine. (under SP1, only half the file was created...)
    If I upload the .rpt file to Infoview (server-side: BO Enterprise 3.1, SP2 as well) and schedule it, I can select xml, and then my custom xml as output format, but I am getting the error message u201EUngültige Exportoptionen" (="invalid export options"), in the instance history. No output file is created. I use file system as destination. Other output formats like .pdf and .rpt work fine and files are created.
    Ideas:
    -Are there any more settings needed on the server (e.g.CMC - Crystal Server Jobs, other Processes, ...) so I can schedule the report and successfully create the custom xml format file as output?
    -Do I need to upgrade to a specific SP or FP on server-side so everything runs smooth?
    Thanks for your help!

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • Problem with Xml exporter

    Hi All,
    Thanks in advance for ur warm replies.
    I am exporting personalizations which i did but iam facing problems with this.
    Please help me on this issue.
    Steps i follwed.
    Step1: exec jdr_utils.listcustomizations('/oracle/apps/ego/item/eu/webui/EGOITEMATTRIBUTEPGL');
    It displays me the customizations which i did as follows
    /oracle/apps/ego/item/eu/webui/customizations/responsibility/24091/EGOITEMATTRIBUTEPGL
    Pl/sql procedure completed successfully.
    Step2: Iam now at command prompt on java_top and i run the following command
    java oracle.jrad.tools.xml.exporter.XMLExporter
    /oracle/apps/ego/item/eu/webui/customizations/responsibility/24091/EGOITEMATTRIBUTEPGL
    -username apps -password <mypwd> \
    -dbconnection "(description=(address_list=(address=(protocol=tcp)(host=<host>)(port=<myport>)))(connect_data=(sid=<mysid>)))" \
    -rootdir "/oracle/apps/ego/item/eu/webui/EGOITEMATTRIBUTEPGL'"
    * I don't know exactly what is root directory here. which path i need to provide here.*
    Error: No such file or directory.
    Thanks and Regards
    Zaheer

    Zaheer,
    <output_dir> - (Required) Output directory where the exported xml file structure is to be stored. You may set this to any directory, however, we recommend that you export your packages or XML files to $APPL_TOP/personalizations.
    If you run the export tool for the package
    /oracle/apps/ak/dem/webui/customizations/site/0/REQORDERSTATUSPAGE and specify -rootdir
    $APPL_TOP/personalizations, the xml file is saved as
    $APPL_TOP/personalizations/oracle/apps/ak/dem/webui/customizations/site/0/REQORDERSTATUS PAGE.xml.
    In your case define rootdir as rootdir "/oracle/apps/ego/item/eu/webui ".
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Trimming XML export from FCP

    Is it possible to trim the sequence XML export? FCP exports the entire XML sequence even when using Mark In/Out. I just need portions from the sequence to facilitate text extraction from my sequence chapters... if it helps to know why. Thanks.

    Duplicate the sequence...trim out what you don't want to export. Then export the XML.
    Shane

  • XML Export/Import Query & Variables

    Hello,
    We are currently bringing up a new environment/landscape.  With that, I'm trying to copy some of the query elements off our current production server and move them back to the new development server.  After much wasted time trying to duplicate the query manually, I've decided to do it via XML Export/Import. 
    I have successfully created an XML file from our production system (sitting on my local machine).  I then go to the import area on the development system and bring up the XML file I created.  I then process the file on the development server.  The import wizard tells me that it saves the objects successfully, but I'm unable to find any of the objects on the system.  So, I have two questions. 
    1)  Is this the proper way to do this, or is there a better way (assuming not on the transport path)
    2)  With the logs saying successful, where do those objects go?  Is there a way that I can go find them?  Do they need activated?
    Thanks in advance,
    JW
    Edited by: J W on Sep 19, 2008 2:02 AM

    bump

  • XML export character encoding bug

    I've found a bug with Final Cut Pro XML export for any projects where media has a "#" in the name. Premiere Pro passes the "#" character into the file pathname instead of encoding it as "%23". The result is any clips with names such as "clip #1", "clip #2", "clip #3", etc. will be broken whe the XML is imported by another application. Compare:
    Premiere Pro XML (does not work):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20#2.mov</pathurl>
    Final Cut Pro XML (works properly):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20%232.mov</pathurl>
    Note the difference in the clip name. A global search and replace of "#" with "%23" makes the Premiere Pro XML work properly.
    This bug is easily repeatable and verifiable. I've filed a bug report but wanted to post here just to give folks a heads up.
    Thanks for your help!
    --dhl

    This tech note will help:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F7717&zone_110=7717%2A%20
    ka

  • Description of elements and attributes in XML export.

    Does anyone know where I can get a complete description of all the elements/attributes in the XML export from FCP. I found the DTDs (V 1-3), but it only gives me the names and overall structure. I need to know what the content means.
    in particular I want to automate if I can- using XSLT and XSL-FO - the production of standard reporting that I am required to produce (manually) in a documentary production course.

    its all on Apple's Developer site
    http://developer.apple.com/DOCUMENTATION/AppleApplications/Reference/FinalCutPro _XML/index.html

  • Report acts funny AND xml-export broken

    Hi @ all,
    1.
    My users are experiencing some weird problems: A report is displayed with the pagination showing that there are 59 rows, but the report is empty... only the column headings are shown!
    Take a look at the screen shot (2004-07-21_Report-Problem.JPG):
    http://marvel.oracle.com/pls/otn/p?n=3444139716751380138
    I've seen this only a couple of times and we thought that we had eliminated the problem by installing a newer version of the IExplorer (6.0). My users had some more difficulties with the older version (mostly 5.0).
    Creating this page I used the howto 'Build a master-detail application'. And yes, I'm positive, there are Samples associated with Delivery 11.
    Has anyone ever experienced such a thing?? How did you get around it? (especially this being such a sometimes-works-sometimes-doesn't-work phenomenon)
    2.
    Another thing: I tried the XML-export (Data Workshop) here in my installation. When I'm at the very end and click Export Data I just get an error message: ORA-04063: has errors ORA-04063: package body "FLOWS_010404.WWV_FLOW_DATALOAD_XML" has errors ORA-06508: PL/SQL: could not find program unit being called. (This happens whether the 'Export as file' -checkbox is checked or not!)
    I tried exactly the same thing on marvel.oracle.com and got a nice XML-file.     :-)
    Has anyone a clue what that program unit is that is not found?
    -David-

    David,
    1. Looks like a pagination problem. Look for threads on resetting pagination on this forum. Your mileage may vary, given the version of HTML DB you are running.
    2. I know you don't want to hear this, but it's time to upgrade to the production version of HTML DB. Like you said, it's working on htmldb.oracle.com. It's tough to say what may be wrong with your setup, other than that it's pre-release software.
    Sergio

  • XML export in latest Elements?

    As I'm considering buying the new Premiere Elements I was wondering if the latest version is capable of exporting my timeline to a XML-file, so for example one of my friends who doesn't own Premiere Elements but doés own Final Cut of Premiere PRO can work on my 'Elements timeline. '

    excaliburpjm
    As to your question "XML export in latest Elements?" - No.
    At this moment, Premiere Elements 12/12.1 is the current version. Adobe is expected to release a new version at the end of September 2014. No one but Adobe knows the feature set for the new version. And, that type of information is not released until the moment of release of the new version.
    You could always file an Adobe Feature Request Bug Report Form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    From my perspective, that is a long term type solution.
    ATR

  • Allow XML export of cell style information

    The XML formatting using namespace attributes for tables is extremely cool. For importing anyway.
    Today I've got a bunch of fairly complex, manually created tables that I'm creating an XML structure for. I need to export the resulting XML as an example for a programmer, who will create a script that will allow me to take external data and wrap it in the 'aid5' namespace table tags. I can then import tons of data and have it autoflow into my document in a format that matches the tables that I've developed manually.
    Unfortunately my table structure and data display relies on a bunch of specific cell styles. The XML export works beautifully in providing the overall structure and table dimensions. It can even output the paragraph styles for the data, which is sort of helpful. But it totally omits the crucial cell style data that is necessary for strokes, padding backgrounds, etc. I'm still not sure how I'm going to get that in there.
    Hopefully this is not too unusual an application to warrant the option to export cell and table style data.
    I'm still using CS3, so pardon me if this has already been addressed. If not though, please consider it, thanks!

    David,
    Are you trying to export user (SYS and SYSTEM) as well into an XML file? or are you trying to get all of one schema into a XML file?
    One possibility:
    You could create an interim table which contains the tablenames.
    create table interim as select table_name from dba_tables where owner = 'OWNERNAME';
    Then in your program read this interimtable into a cursor and loop through it using the variable in place of your hardcoded 'select * from table1' in the DBMS_XMLQuery.newContext
    You would then need to append result1 to result1 plus new query context for the clob.

  • Soft returns, xml export

    If I want to export text, including soft returns, to xml I get the error that some kind of characters are not recognized.
    Is there a way to export soft returns correctly to xml ?
    I already posted a similar question, but maybe I was not clear anough, so please accept my appologizes.
    Kind Regards,
    Droom

    Hi Droom,
    are you sure that it is this forced line break character that causes the error message?
    There are indeed some characters that can not be exported by InDesign's XML export, but as far as I know there are no problems with the forced line break.
    Maybe you are using another char like an AutoPageNumber char (0x0018), a SectionMarker char (0x0019) or a right indent tab char(0x0008). These characters can not be exported.
    Generally every character that has a hex value lower that 0x0020 (except 0x0009, 0x000A and 0x000D) can not be im- or exported by XML.
    Try to create a new document with only one frame, insert a single forced line break and export it. If it works you have to look for another character that causes the problem. If it doesn't work I am mistaken.
    Form more info see my approach to import a right indent tab ( http://www.adobeforums.com/webx/.59b6dbd5/2 ).
    For some information about InDesign characters see: http://www.absatzsetzer.de/downloads/Zeichen.pdf (it is in German, but the table is understandable, I think)
    Best wishes
    Silo

  • Forum XML Export failure - user not found

    Hi,
    first, I know the export/import functionality is disabled by default in the jive forum version of SAP.
    But they don't provide any other mechanism to export forum content, so we have to use it.
    We want to export our forum content with the XML Export function.
    When I want to export the whole content, the error log shows following:
    2009.12.22 09:54:45 [error]
    com.jivesoftware.base.UserNotFoundException
    at com.sap.netweaver.coll.forums.ume.User$JiveUser.loadUserByIDFromDb(User.java:446)
    at com.sap.netweaver.coll.forums.ume.User$JiveUser.<init>(User.java:356)
    at com.sap.netweaver.coll.forums.ume.User.<init>(User.java:77)
    at com.sap.netweaver.coll.forums.ume.UserManager.lookupUser(UserManager.java:139)
    at com.jivesoftware.base.UserManagerAdapter.getUser(UserManagerAdapter.java:82)
    at com.jivesoftware.base.database.DbPoll.getUser(DbPoll.java:160)
    at com.jivesoftware.forum.proxy.PollProxy.getUser(PollProxy.java:47)
    at com.jivesoftware.forum.database.DbDataExport.exportPoll(DbDataExport.java:1643)
    at com.jivesoftware.forum.database.DbDataExport.exportPolls(DbDataExport.java:1624)
    at com.jivesoftware.forum.database.DbDataExport.exportForum(DbDataExport.java:1415)
    at com.jivesoftware.forum.database.DbDataExport.exportForums(DbDataExport.java:1330)
    at com.jivesoftware.forum.database.DbDataExport.exportForumCategory(DbDataExport.java:1305)
    at com.jivesoftware.forum.database.DbDataExport.exportForumCategories(DbDataExport.java:1112)
    at com.jivesoftware.forum.database.DbDataExport.exportForumCategories(DbDataExport.java:1101)
    at com.jivesoftware.forum.database.DbDataExport.doRun(DbDataExport.java:624)
    at com.jivesoftware.forum.util.DataExportServlet.service(DataExportServlet.java:120)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
    at com.jivesoftware.base.action.JiveAdminActionFilter.doFilter(JiveAdminActionFilter.java:37)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
    at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189)
    at com.jivesoftware.base.action.util.JiveFilterDispatcher.doFilter(JiveFilterDispatcher.java:68)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
    at com.jivesoftware.base.util.webwork.JiveActionContextCleanUp.doFilter(JiveActionContextCleanUp.java:41)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    But when I export the forums seperatly there are only a few which throws this exception.
    I looked up the usernames from the user who posted in this forums in the table JIVEUSER in the database. But they are all stored in it.
    Can I look up somewhere the username, that isn't found?
    Neither in the error log nor in the debug log I have found it.
    Best Regards,
    Manuel

    The error is caused to an authentication failure and is not an issue with authorization
    You need to look at your authentications policy (Policy->Authentications) and see which identity store was authenticated against
    In addition can do the Live Authentications page (Monitor->Authentications) and for the failing record click on the icon under details. This will give you the full details of the requets processing and you can see which rule was matched in the identity policy (Identity Policy Matched Rule) and "Selected Identity Stores".

Maybe you are looking for

  • How can I restore my old Apple ID?

    I can not use my old Apple ID. I update app from Apple store by my IPhone 4S. I type my password and receive message "you are not member of administrator group". And I can not use my Apple ID any more. I create a this new one for ask this question. H

  • Receiver Component name is InterfaceCollection : PI 7.1 EHP1

    Hi  All, I am doing 1:n mapping where in on the target end i have n different structures . The mapping is working fine as expected but during runtime in sxmb_moni transaction , i cannot see the messages getting splitted with respective Receievr compo

  • How to fill values in the system matrix through code

    hi All i want to fill the system matrix in the sales order in such a way that Items will be filled in system matrix in the lost focust event of the Customer Code selection in the Sales order Document how can i fill the system matrix through code one

  • Access/display BW Document in BEx Query

    Hello, I have a request to create a BEx query to access BW documents.  These BW documents are created in documents manager via WEB planning screens.  I can see in Analyzer where we have queries created to do this but I am unable to get any of these t

  • Applet not started in mozilla

    Hi this works fine in IE6 but not in mozilla 1.3.1 !! The applet is not started in mozilla !! Why ?? <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Versi