Developer Toolbox XML-Export

Hello,
to use html-tags in XML, I have to use a CDATA-Section.
Unfortunately, the Export Recordset As XML dose not support
CDATA, and converts <, >, &, " to htmlentities.
I rewrote the "XMLExport.class.php"-File from Line 195 to 207
like this:
195: // $value = str_replace(array('&', '>', '<',
'"'), array('&amp;', '&gt;', '&lt;', '&quot;'),
$value);
I don't want to replace '&', '>', '<', '"' by
default
199: $row .= str_replace(array('&', '>', '<', '"'),
array('&amp;', '&gt;', '&lt;', '&quot;'), $value);
But I have to replace '&', '>', '<', '"' when I
want to export as ATTRIBUTES.
203: $row .= '<' . $colName . '><![CDATA[';
204: $row .= $value;
205: $row .= ']]></' . $colName . '>';
Now I put the CDATA-Section arround the value, when I export
as NODES.
Maybe in the future there will be a checkbox inside the
behavior to select using CDATA.
Hope this is helpful
Arne
Lines Line 195 to 207:

Hi,<br /><br />-----<br />I need the xml to look like this:<br /><br /><location address="701 first street, Sunnyvale, CA"><br /><br />How do I do this?<br />-----<br /><br />just select "export columns as: Attributes" in the Advanced tab<br /><br />Cheers,<br />Günter Schenk<br />Adobe Community Expert, Dreamweaver

Similar Messages

  • XMLExport - Developer Toolbox Problem/Question?

    I am using the XMLExport function of developer toolbox but have a problem which I hope someone can help with.
    I need to retrieve data from 2 different tables for the XMLExport page that have no relating fields to use in my Spry XML Data Set, although i can add each table and create the Export function when I view the XML it is only showing data from the first table Export function. I had thought of creating 1 sql query to pull the database from both tables but I am at a loss with that as well.
    Could someone answer why the XMLExport only sees 1 of the tables, or explain how to use 2 tables, I only want the first record from each of the tables without using any relationship.
    I am using .asp and CS3
    Regards in advance
    Ray

    Heya Ray,
    I would not use ADDT XML export use THIS - Converting Database queries to XML (scroll to the bottom of the linked page for ASP example) it's easier to customize (two DB tables in one xml file) you can embed CDATA.
    Granted this may all be possible through ADDT XML export I just find the linked reference easier to use. I used ADDT XMLExport in the past but went on to use the linked reference later on when I needed a way to embed CDATA into my dynamic XML file for spry.
    Hope that helps!

  • 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

  • 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

  • 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.

  • How to develope a XML-RPC client with PL/SQL

    Anyone know how to develop a XML-RPC client with PL/SQL?
    I've oracle 8i.
    Have you some example of code?
    Thanks
    Paolo

    So, you actually want to create the physical directory using JAVA?
    Then see:
    http://www.oracle-base.com/articles/8i/shell-commands-from-plsql.php

  • 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 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

  • I want a last update of the extension developer toolbox for dreamweaver cs5.5

    I have an older version of developer toolbox that I use with dreamweaver cs3. Where to download a new version for dreamweaver cs5.5

    It is discontinued.
    <http://www.dmxzone.com/go/16662/adobe-discontinue-dreamweaver-developer-toolbox-addt-updat ed/>
    Sorry for the bad news.

  • Where can I buy Developer Toolbox for DW CS4?

    Hi,
    After searching the entire web for the software called "Developer Toolbox" and was unable to find it a friend finally informed me that I could order or purchase the software from Adobe. Would you please let how I can obtain a copy of the "Developer Toolbox."
    Thanks.

    Sorry "WollombiWombat," I want to inform you that soon after posting the message I was able to download “ADDT,” though, I have not yet fully tested this software but I have all confidence that it will do the job/work I got it for. I do not like the so-called “PyroCMS” according to you. I do not think your “PyroCMS” is for me. I have checked it out and came to realization that it will not work at all for me.
    If any one need to find out how I was able to download this software from Adobe.com contact me and I will help you. It may state that it is only for the Dreamweaver CS3 update never mind that it also works for Dreamweaver CS4.
    Thanks,
    Joplateau

  • Help me : Multifile upload using developer toolbox

    hi
    i m trying to build a file storage site and i did everything using developer toolbox. and now i stuck up with multifile upload using Development toolbox. please some help how to setup step by step.
    Thank you

    Make sure you are using the right java card library version (JavaCard and OpenCard version).
    Most cards only support jc2.1.2 - in opposite of the emulator which was designed for jc2.2.1.
    Jan

  • Setup  E-mail settings in developer toolbox

    i want setup E-mail settings in developer toolbox.
    i use google apps for my site mail.
    and use easyphp for localhost.
    what is my "mail server" and other parameters?
    This
    question in Google Apps Discussion Group

    Try this:
    Email server settings (POP and SMTP)
    AT&T email server settings are needed if you intend to use an email program (e.g. Outlook) with your AT&T email accounts. The current settings are displayed in the table below. If you only use AT&T Webmail to access your AT&T email accounts, these settings are not needed and you can access your mail by logging in at https://login.yahoo.com/.
    If you signed up for a free att.net email account after 6/12/11, you will not be able to use an email program (e.g., Outlook) with your AT&T email account.
    Note: AT&T's POP/SMTP settings have recently changed to inbound.att.net and outbound.att.net. However, if you are using the old settings, they will continue to work.
    The following mail server settings will work with all AT&T email domains: @ameritech.net, @att.net, @bellsouth.net, @flash.net, @nvbell.net, @pacbell.net, @prodigy.net, @sbcglobal.net, @snet.net, @swbell.net, @wans.net.
    Email Program Settings Field:
    Enter:
    Incoming (POP)
    inbound.att.net
    Outgoing (SMTP)
    outbound.att.net(requires authentication)
    Incoming mail server:
    POP3
    Incoming/Outgoing User Name:
    Full AT&T email address, including domain (e.g., [email protected], [email protected])
    Incoming mail port #:
    995, secure connection (SSL) checked
    Outgoing mail port #
    465, secure connection (SSL) checked
    Note: When updating the secure server settings, check the SSL check box first and then update the port number if necessary.
    Message was edited by: Glenn Leblanc BTW: This comes directly from the AT&T help site. Go to help and search Email Server Settings. The reps should have suggested this.

  • 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

Maybe you are looking for

  • Add hard pause + extension numbers to contact list...

    I have to call some numbers with extensions. In my old phone I am able to add a hard pause to the number before the extension. I can dial the phone number, the hard pause will let the automatice operator answer, then when the auto message is finished

  • ITuned mp3 Encoder Problem

    Whenever I encode songs, I do so in mp3 format (very universal). I encode at 256 kpbs. However, one time I accidently did a 192 kbps encoding, but it sounded like a 112 kbps endcoding. Then I did a 112 kbps, and I was right. Then I brough up Nero so

  • Troubleshooting my 3D Tools

    Hello everyone, I am experiencing a problem with the 3D tools on CS6 Extended. I've sought an answer on these discussion boards and in other places but can't quite seem to find one. I have checked and my vRAM is 512mb which seemed to be the biggest s

  • Need some help... with report's user parameters

    When i run my report from report builder, i get a prompt window to input some values, to query my results. When i run the report from a form i don't get a prompt window. Anything that am doing wrong?

  • Applications owned by root

    Howdy, I recently noticed certain applications were owned by root. For example Safari, Quicktime player, Garageband and iPhoto. Why is it necessary for them to have these privileges, whilst other applications such as Mail do not? Is it related to pla