[JS] Simple question: Is importing XML from variable of XML datatype still not possible?

Hi,
Am I correct assuming that there is still no way to import XML into an XML element, directly from a variable of data-type XML?
Will I still need to save data to disk, just to be able get it into the XML structure?
Thanks,
Andreas

I totally agree. I look for this improvement once in a while, when I do changes and improvements in my code. I hoped I just hadn't noticed some other way to do it "in memory". It seems very unnecessary with this disk access.
I filed a feature request at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.
Perhaps more people wish for the same... and evntually the XML import functions will be able to handle an XML datatype object as argument.
Best regards,
Andreas

Similar Messages

  • After installing any version of itunes. Told failed to install properly and could not burn or import music from Cd's. Also will not allow eithre one of my 2 ipods to sync with it as well.

    After installing any version of itunes. Told failed to install properly and could not burn or import music from Cd's. Also will not allow eithre one of my 2 ipods to sync with it as well.

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here. (Use your Ctrl-V keyboard shortcut to paste.)

  • How to import photo from laptop to iphone? is it possible?

    how to import photo from laptop to iphone? is it possible to do so?

    You're welcome.
    The photos are imported from the Camera Roll, not synced.
    Mac or Windoze PC?
    Which application on your computer are you using for the import?
    With a Mac, both iPhoto and the Image Capture application include an option and a prompt to delete the photos from the Camera Roll are the import process is complete - as when importing photos from any other digital camera.
    The Windoze Scanner and Camera Wizard includes the same.

  • Still not possible (4.0 EA3) to copy displayed column headings from ref cursor output.

    Hi,
    I've created an enhancement request to allow displayed column headings from ref_cursor output to be copied.
    This is still not possible (4.0 EA3)
    The ref cursor data can be copied, but not the headings..
    See July 2012 discussion of problem in comments at
    http://www.thatjeffsmith.com/archive/2011/12/sql-developer-tip-viewing-refcursor-output/

    Hi,
    I think you're out of luck... except if you're on 11g where you can use DBMS_SQL.TO_CURSOR_NUMBER to convert the REF CURSOR to a DBMS_SQL cursor, and then benefit from the DBMS_SQL package to get column details.
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_sql.htm#CHDJDGDG

  • Simple Question - Data Import

    Hi,
    i have a simple question. Is it wise to change our actual import scenarios for input data from systems out of sap to XI?
    Today we have the scenario that data from outer systems will send per ftp to a special directory. After that a report will transform the data into a batchinput. The btci will send per rfbibl into the system. Now we have a huge number of such reports. Will it now be better to change to XI, which we use perhaps for MDM?
    Xi could take the file from ftp-srever maps the fields an will send per bapi to sap.
    Is it a quite simple scenario or is batchinput still the better way.

    Hi,
    If you have a scenario where you have different file formats , which needs to be converted and then send to different systems based on some conditions , then suggested is XI usage.
    However, also if you already have XI installed and running for the MDM system , then you can think of routing all messages through XI.  It may make sense to use one system for all routing and data conversion puposes.
    Hope this view helps.
    Cheerio,
    Disha

  • Generating multiple target xmls from one source xml using xslt mappings

    Hi,
    I need to create more than one xml file from one source xml file using xslt mappings in file to file scenario.
    Can you please let me know how this can be achieved.
    Thanks,
    Rajesh

    Rajesh,
    If you must use the XSL Transformation then you can find a nice simple example here.  It's based on the Xalan XSLT Processor which to my knowledge is incorporated in PI7.1.  I've not actually tried this but it makes for an interesting mapping case so please let us know the results: 
    [XSLT Split for multiple XML file output|http://abbeyworkshop.com/howto/xslt/xslt_split/index.html]
    The XSL file will require a namespace addition:
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:redirect="http://xml.apache.org/xalan/redirect" extension-element-prefixes="redirect" version="1.0">
    The redirect prefix is used for the write tags in the XSL file.
    The details cover the transformation of the source file:
    1:<student_list>
       2:    <student id="1">
       3:        <name>George Washington</name>
       4:        <major>Politics</major>
       5:        <phone>312-123-4567</phone>
       6:        <email>gw_at_example.edu</email>
       7:    </student>
       8:    <student id="2">
       9:        <name>Janet Jones</name>
      10:        <major>Undeclared</major>
      11:        <phone>311-122-2233</phone>
      12:        <email>janetj_at_example.edu</email>
      13:    </student>
      14:    <student id="3">
      15:        <name>Joe Taylor</name>
      16:        <major>Engineering</major>
      17:        <phone>211-111-2333</phone>
      18:        <email>joe_at_example.edu</email>
      19:    </student>
      20:</student_list>
    Using this transformation:
    2:<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    3:    xmlns:redirect="http://xml.apache.org/xalan/redirect"
    4:    extension-element-prefixes="redirect"
    5:    version="1.0"
    6:>
    7:<xsl:output method="xml"/>
    8:
    9:<xsl:template match="/">
    10:    <xsl:apply-templates />
    11:</xsl:template>
    12:
    13:<xsl:template match="student_list">
    14:    <xsl:apply-templates />
    15:</xsl:template>
    16:
    17:<xsl:template match="student">
    18:    <xsl:variable name="filename" select="concat(@id,'.xml')" />
    19:    <redirect:write select="$filename">
    20:        <student id="{@id}">
    21:            <xsl:apply-templates />
    22:        </student>
    23:    </redirect:write>
    24:</xsl:template>
    25:
    26:<xsl:template match="name | major | phone | email">
    27:    <xsl:copy-of select="." />
    28:</xsl:template>
    29:
    30:</xsl:stylesheet>

  • I have followed instructions for importing favorites from Internet Explorer, but they do not show up in Bookmarks menu as shown in the support instructions.

    I just downloaded Firefox 3.6 and followed the instructions for importing Favorites from Internet Explorer. Firefox said the import was successful, but the Favorites do not appear at the bottom of the Bookmarks menu (below "Mozilla Firefox") as shown in the Support instructions. Where can I access my Favorites?

    You can usually find the imported IE Favorites in a folder ("From Internet Explorer") at the bottom of the Bookmarks Menu folder (Bookmarks > Organize Bookmarks).<br />
    If you can't find them in the "From Internet Explorer" folder then try this:
    * Export the favorites in IE to an HTML file (bookmarks.html): File > Import and Export
    * Import the HTML file in Firefox: Bookmarks > Organize Bookmarks > Import & Backup > Import HTML: From File
    See also http://kb.mozillazine.org/Import_bookmarks ("Import from another browser" and "Import from file")

  • After upgrade to photos not able to import photos from my kodak M883 camera - says not correct format - still jpeg - worked before update - help!

    After upgrade to photos am not able to import photos from my Kodak M883 camera.  Program says not correct format - camera files are still jpeg - had no trouble importing before upgrade - Help!

    Same thing is happening with me.  IPhoto will not import .jpg from my Kodak!  It used to all the time.  Now it gives me an error msg saying .jpg is in the wrong file format.  Can someone help?
    Steve 

  • Imported shots from iPhone  ... after moving not showing "Places"

    Hi,
    I imported shots from my iPhone and it showed the places initially but IO had to move the library file for it and now the images display but the places do not... what did I do wrong.. Did I miss some data files that would not be in the library package?

    Are you using a Managed or Referenced library? (It's Managed unless you changed the default settings.) If you imported the photos they will have been stored in the iPhoto package (inside the Pictures folder). You should not move or rename anything in this package using the Finder (iPhoto depends on the structure that it creates there).
    When a photo is imported iPhoto reads the geodata and locates the photo. iPhoto does not read the geodata at any other time.
    Using this background information can you tell us a bit more about what you did and we'll try to figure out a solution for you.
    Jim

  • IPhoto hung importing photos from SD card and is now not responding

    Importing photos from SD card (canon raw format) and iPhoto hung and is no longer responding have to firce quit to get out of it.  Suggestions on reinstalling iPhoto. or?

    I was able to resolve the issue through forcing the image capture program to quit through the activity monitor and reboot the machine and everything seems to function fine now.  Imported the pics, all 240 of them in RAW format.

  • Use of Input Variables in SQL-Queries Sometimes Not Possible

    Only in simple SELECT-statements the use of input variables ([%0], [%1], etc.) work without problems.
    In more complex queries the use of these variables is not possible (e.g. SELECT-statements with sub-queries, sometimes when UNION is used - but I couldn't find any general rule when the problems will arise; sometimes two different queries with the same query-structure behave in different ways when these variables are used).
    In these cases the query is not executed - not even the input-window to enter values into the input variables is displayed. The query stops with some strange error-messages in the status line. These error-messages doesn't have any relation to the actual query - sometimes it refers to field-names never used in the query or refers to syntax error which do not exist.
    If the input variables are replaced by constant values there are no problems so there can't be any syntax errors - the only difference is the presence or absence of input variables.
    Example:
      provided that the queries have a certain complexity
      SELECT ...
      FROM   ... OINV Tx ...
      WHERE  ... Tx.DocDate >= [%0] ...
      does not work,
      SELECT ...
      FROM   ... OINV Tx ...
      WHERE  ... Tx.DocDate >= '1.1.2007' ...
      works!
    Does anybody have run into the same problem and now if it is a bug of SAP-BO or an error on behalf of the user? Does anybody know a way to correct the problem?
    Thanks in advance!
    Frank
    By the way: Are there any rules where exactly input variables can be used in a query?
    Only in SELECT-statements? Where there exactly?
    In statements outside of SELECT?

    Only SAP Partners Can access service.sap.com/notes, but I think it is possible to search in them from the customer portal as well.
    Here are summary of the two notes mentioned before this:
    730960:
    <i>
    The following query is an example for how to define variables in long
    queries rather than using "Fixed Declares".
    You need to use exactly the same template as follows, do not delete
    "comments" from this query.
    The only changes you need to do :
    1. In the first and in the fifth rows you need to select the table to which you would like to relate the variable e.g. in this example, the variable is related to the table VPM1 - 'Payments to Vendors - Rows'.
    2. In the fourth and in the eighth rows you need to select the field to which you would like to define the variables e.g. in this example, the variable is the field 'DueDate'.
    /SELECT FROM [dbo].[VPM1] T0/
    declare  @fromdate as datetime
    /* WHERE */
    set @fromdate = /* T0.DueDate */ '[%0]'
    /SELECT FROM [dbo].[VPM1] T1/
    declare  @tilldate as datetime
    /* WHERE */
    set @tilldate = /* T0.DueDate */ '[%1]'
    select  OVPM.docnum, VPM1.dueDate,VPM1.CheckNum, VPM1.Branch,
    VPM1.BankCode, VPM1.CheckSum, OVPM.CardName,
    case
    when OPCH.docnum is null then VPM2.docEntry
    else OPCH.docnum
    end as 'docnum'
    from OVPM INNER join VPM1 on OVPM.docnum = VPM1.docnum
    left join  VPM2 LEFT JOIN OPCH ON VPM2.DocEntry = OPCH.DocEntry
    on OVPM.docnum = VPM2.docnum
    where OVPM.Canceled = 'N' AND VPM1.DueDate >=@fromdate AND
    VPM1.DueDate <=@tilldate
    </i>
    955295:
    <i>
    Using SAP Business One Survey Variables (parameters) in a 'Set' SQL Statement can give an error in the Query Generator.
    For Example:
    Declare @Num as numeric(2)
    Set @Num = [%0]
    Select T0.DocNum
    From ORDR T0
    Where DocNum = @Num
    Other terms
    query, SQL, parameter, survey, variable, query generator, set, declare, [%0], table, error, SAP Business One
    Reason and Prerequisites
    FAQ
    Solution
    In such cases you need to put in an SQL remark statement a reference field in the DB for the Survey Variable (any field).
    For Example: (to make the above query work)
    Declare @Num as numeric(2)
    Set @Num = /* T0.DocNum */ [%0]
    Select T0.DocNum
    From ORDR T0
    Where docnum = @Num
    </i>

  • Shipping in shipping point from plant and storage location is not possible

    Dear Experts,
    i am trying to configure STO with delivery scenario in my company
    after creating PO (sto UB) and delivery through vl10b when i try to do picking in vl02n and when i enter storage location its giving error
    "shipping in shipping pointxx from plant xxxxand storage location xxxx is not possible"
    i ve checked all settings
    1.plant and sh point assignment
    2. ovl2 sh point determination
    3.ovl3 picking location determination
    4 all master data cust n mat for loading group and shipping cond
    not able to find any solutions plz help
    Regards
    Supriya

    Check your entries in following options in SPRO path:
    IMG - MM - Purchasing - Purchase Order - Set Up Stock Transport Order - Setup Stock Transfer b/w Storage Location - Setup Storage-Location-Specific Shipping Point Determination
    Option 1: Define Rule for Determination of Shipping Point
    Option 2: Assign Shipping Points According to Storage Location (this should be there, if in Option 1 Determin. Rule; Shipping Point is L: Storage-Location-Specific Shipping Point )
    Regards
    JP

  • Simple question on @import url

    If I want to change from importing a style sheet from my server to included in the site direcory what changes do I need to make to:
    <!--
    @import url("mystylesheet.css");
    -->
    </style>
    Thanks, Tim

    I don't use @import.  Let's say you want to keep all your stylesheets ordered inside a sitefolder like so:
    Site - yoursite.com (C:\yoursite)
       +Styles
              mystyle.css
              print.css
              mobile.css
         index.html
         about.html
    Place this between the <head> and </head> tags
    <link href="Styles/mystyle.css" rel="stylesheet" type="text/css" media="screen"/>
    <link href="Styles/print.css" rel="stylesheet" type="text/css" media="print"/>
    <link href="Styles/mobile.css" rel="stylesheet" type="text/css" media="handheld"/>
    Does this answer your question?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Importing dates from Excel 2013 (XML)

    Hi all,
    So I have a fully mapped (and otherwise perfectly functioning) Excel file which my organization uses to load data into PDF forms. Unfortunately I cannot get dates to work correctly. Here is the error I get on Import:
    "Invalid date/time: please ensure that the date/time exists. Field [xxxxx] should match format m/d/yyyy"
    I've tried everything I can think of. The formats are identical for both the cells (XLSX side) and the fields (PDF side). I should note that I am exporting an XML file from Excel, rather than using FDF or XFDF.
    Any help would be greatly appreciated!
    Thanks in advance!

    OscarMayer --
    If you try exporting a Microsoft Project 2010 project to an Excel workbook using the Project Excel Template option in the Export Wizard, you can examine the resulting Excel workbook to see how the Start and Finish dates are formatted.  I can tell you
    that the dates are NOT formatted as text.  They use the General formatting and they show BOTH the date and the time.  Using this information, perhaps you can adjust the data in your own Excel workbook and try importing the data again into the Microsoft
    Project 2010 file.  Hope this helps.
    Dale A. Howard [MVP]

  • A simple question regarding flash output from Encore

    My primary question is how exactly is the html file that is playhed by the browser created in Encore?  I have tired this and I am simply unable to located the html file as seen in the tutorials on this subject.  I see that these tutorials have templates which I don't see when I select the flash output.  Do I need these to crreate a simple flash file that is playable on a website?  Where to the templates come from?  This is not explained in the tutorials.
    Is the index.html file created automatically when Flash output is selected as the format?  Maybe I am doing something wrong but I have never found them?
    Please help as I am having to go through a two step process to create the requied index.html and embeded player from which the SWF is played.on a site.  I am only interested in creating progressively encoded web site playable files from Encore.  Please help!.
    Thanks for any assistance. 

    Encore creates the HTML file when you export to Flash - it's in the folder named on export, along with all the other files you'll need.

Maybe you are looking for

  • Not found - The requested URL /apex/wwv_flow.show was not found on this ser

    I have a very simple anonymous block (see below) which I am using to test an area of the database I am developing using OE and APEX. Sometimes the block works and other times it fails with the following error message------ Not found - The requested U

  • Compare Two Input value

    Hi All, I have two inputText box in JSF page one is for minValue and other is for maxValue. My problem is like this: If i fill 20 in minValue box than maxValue should be >= to minValue. If not then an error message should be display on JSF page, afte

  • DatePicker shows wrong value on initial loading

    I have a column with a date picker, to make the content of the column editable. oCdColumn = new sap.ui.table.Column({             label: "Übergabe",             template: new sap.ui.commons.DatePicker({                 value: {                     pa

  • Upload file Txt from Aix (unix)

    Hi, I need upload a text file a table of oracle. before it used "textio" but it now worked with Windows in UNIX I dont know not since I can do it. thank for help me P.d. Sorry for my english

  • IPhone SDK: Navigation Hierarchy Problem

    Hello! I've started developing for the iPhone and read through the programming guides of the developer site. As my first application I've wanted to make a navigation hierarchy. When I click in the MainWindow on a button a second view is put on the na