Xml multi loader

Hello I am working with a xml loader that i downloaded, the creator was unwilling to help me mod his design so i turn to the forums.
Here is the flash code i am working with can any one help, as i may be able to load multiple xml files into the one content window frame, so that when each different button is pressed the window reloads with the new corresponding xml file.
This is the code used to load the current single xml file. I already have separate individual buttons created, each button loads the same window just don't know how to change the content per which button is pressed.
I there a way to set up var or something? like maybe a if() then() function? How would i go about this the easyiest way?
Thanks for all your help guys.
[AS]
Scene1:
// RELAUNCH BUTTON
relaunchBttn2._visible = true;
relaunchBttn2.bttn.onPress = function() {
    window_mc.showContent();
    relaunchBttn2._visible = true;
relaunchBttn._visible = true;
relaunchBttn.bttn.onPress = function() {
    window_mc.showContent();
    relaunchBttn._visible = true;
//window_mc
// Once content and XML loaded, start transition
onEnterFrame = function () {
     if (content_mc.xmlData.loaded) {
          showContent();
          delete onEnterFrame;
stop();
//content_mc// Where the As for the XML is
// LOAD XML
loadXML = function (loaded) {
     if (loaded) {
          xmlNode = this.firstChild;
          contentBorder = Number(xmlNode.childNodes[0].attributes.Border);
          contentWidth = Number(xmlNode.childNodes[0].attributes.Width);
          contentHeight = Number(xmlNode.childNodes[0].attributes.Height);
          txt_mc.txt.htmlText = xmlNode.childNodes[0].firstChild.nodeValue;
          headerName.text = xmlNode.attributes.Name;
          setContents();
     } else {
          trace("Error loading XML");
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("content/content.xml");
stop();
[/AS]

Thanks Jeff!  That worked!  I've been working on this all day....
Thanks a lot!
Ricky

Similar Messages

  • FDM 11.1.2.1 taking too much time to Export (Multi-load)

    Hi...
    There is something very odd here...
    I'm using FDQM 11.1.2.1 to multi-load a file. (300mb)
    So, the steps: Import (about 5min), Validade (about 5 min) - I have some explicit maps (about 2300).
    Export is my problem.... its taking more than 1 hour.
    I made a test using a Essbase rule to load this data using SQL with Join on FDM mapping table - TDATAMAP (because of the maps). So, in this way i spend about 3 minutes to load everything...
    The question is: why using FDM web client is taking to much time to Export data?
    Target: Planning App
    Thanks in advance
    -Cheers,
    Rafael

    Yes, you are exactly right. That is the correct order for the outline. Sorry, it's been a long time since I've used Essbase and my memory isn't what it used to be. Still, what keeps data load times to a minimum is to have the sparse fields in sort order so that the same data blocks don't have to be pulled into memory multiple times. The sparse fields should be sorted and in the same order as the outline. The best way to ensure that this is occurring is to have the sparse fields first, dense fields last.
    With dense dimensions sorted 1st, you can see how the sparse fields can get out of sort order, causing blocks to be revisited:
    D1A -> D2A -> S1A -> S2A -> S3A -> Data
    D1A -> D2A -> S1A -> S2A -> S3B -> Data
    D1B -> D2A -> S1A -> S2A -> S3A -> Data
    The 3rd record forces Essbase to re-visit the datablock that was already loaded by the 1st record.
    On the other hand, if sparse fields are first and sorted left to right, the first two records are loaded at the same time to the same block:
    S1A -> S2A -> S3A -> D1A -> D2A -> Data
    S1A -> S2A -> S3A -> D1B -> D2A -> Data
    S1A -> S2A -> S3B -> D1A -> D2A -> Data
    Sorry for the confusion. Hope this clarifies field sort order vs. outline order.

  • How to xml file load in actionscript 3.0

    Hi surfers,
    How to xml file load in actionscript 3.0, How to get xml data.
    Thanks in Advance.
    Pls give me ASAP, i'm struggle here.

    Search Google using "AS3 XML tutorial".

  • How to create an xml to load swf files in sequence?

    hello everyone
    I'm new in web design... I know how to animate in flash, using timeline, frames, layers, twins and so on... But I want to move forward so I want to create a xml to load swf files in sequence and in loop. Each swf file has 8 seconds.You can see the example here in www.cm-seixal.pt.
    I'm not a programmer but I understand how actionscript works... I hope you can help me
    Cheers!
    Ana

    you can use the urlloader class to load your xml file.  use the loader's complete event and the loader's data property to retrieve the data in your xml file.

  • Which JAR file has the class weblogic.xml.domimpl.Loader ?

    when an Axis web-service WSDL is read and parsed using weblogic client - i get this error. which weblogic-10 jar file has this class "weblogic/xml/domimpl/Loader" ?
    java.lang.NoClassDefFoundError: weblogic/xml/domimpl/Loader
    at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:168)
    at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:58)
    at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:402)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:388)
    at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:78)
    at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:65)
    at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:468)
    at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:114)
    at com.qwest.assia.service.client.Provisioning_Info_Impl.<init>(Unknown Source)
    at com.qwest.assia.service.client.Provisioning_Info_Impl.<init>(Unknown Source)
    at com.qwest.iom.connector.adapter.webservice.qcontrol.AssiaWebServiceConnectionFactory.getWebServiceConnection(AssiaWebServiceConnectionFactory.java:64)
    at com.qwest.mdw.connector.webservice.WebServiceConnectionFactory.getConnection(WebServiceConnectionFactory.java:25)
    at com.qwest.iom.connector.adapter.webservice.qcontrol.AssiaWebServiceTestCase.test_MyAccountWebService(AssiaWebServiceTestCase.java:51)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at junit.framework.TestCase.runTest(TestCase.java:154)
    at junit.framework.TestCase.runBare(TestCase.java:127)
    at junit.framework.TestResult$1.protect(TestResult.java:106)
    at junit.framework.TestResult.runProtected(TestResult.java:124)
    at junit.framework.TestResult.run(TestResult.java:109)
    at junit.framework.TestCase.run(TestCase.java:118)
    at junit.framework.TestSuite.runTest(TestSuite.java:208)
    at junit.framework.TestSuite.run(TestSuite.java:203)
    at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
    at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)

    Hi,
    I found it in ADF 11g R2 documentation - http://docs.oracle.com/cd/E24382_01/web.1112/e16182/taskflows_regions.htm#insertedID10
    I guess this is 11g R2 feature.
    I have a requirement to display the multiple regions dynamically. This feature suits my requirement perfectly, but unfortunately it is not available in 11g R1.
    Can we achieve the similar functionality in 11g R1 through other means?
    Thanks
    Ravi

  • Can an xml node load an external htm file?

    I wanted to know if i could have an xml node load in an
    external html page
    src="filefolder/@nodename" works with an image tag, but how
    would I accomplish this with a <div> and an html file
    I tried
    <div id="main" spry:detailregion="myviewer">
    <div>{@caption}</div>
    <div>{@fullimage}</div>
    <div>{filefolder/@nodename}</div> though get
    nothing because there is no src.
    </div>
    I have another strategy to use if not. However, it would be
    sweet if I could.

    Hello,
    I'm not sure this will work but you can give it a try to the
    following code based on the
    update
    content sample:
    <div id="main" spry:detailregion="myviewer">
    <div>{@caption}</div>
    <div>{@fullimage}</div>
    <div id="nodename"></div> though get nothing
    because there is no src.
    <script type="text/javascript">
    var element = document.getElementById('nodename');
    Spry.Utils.updateContent(element, '{filefolder/@nodename}');
    </div>
    Please note that any CSS and JS code within the loaded
    content will not execute correctly if you won't add the code in the
    current file instead of the loaded file. Also please make sure that
    the paths in the loaded HTML fragment are relative to the current
    file and not to the HTML Fragment.
    Regards,
    Cristian MARIN

  • FDM Multi-load error in system 11

    Hi All,
    I'm getting an error while loading the data into HFM through FDM in system 11. We just migrated our system from 9.2, and this used to work fine in the old system. As per the error message, it creates "PER" instead of "PERIODIC" in the new system 11 output file provided below. And for the [MISSING_VALUE], I think we'll have to add "* to [NONE]" maps in other dimensions. But I'm clueless on the "PER" value, can you share your thought please!! Thanks in advance!
    FDM generated the file in system 9.2:
    !Data
    !Period=February...January
    !Column_Order = Scenario,Year,View,Entity,Value,Account,ICP,Custom1,Custom2,Custom3,Custom4
    GUIDANCEQ3;2010;PERIODIC;BAWOS;<Entity Currency>;999010;[ICP None];SALESCOGSPCS;0050;[None];[None];;9440;;;;;;;;;;
    FDM generated the file in system 11:
    !Data
    !Period=February...January
    !Column_Order = Scenario,Year,View,Entity,Value,Account,ICP,Custom1,Custom2,Custom3,Custom4
    GUIDANCEQ4;2010;PER;BAWOS;<Entity Currency>;999010;[MISSING_VALUE];SALESCOGSPCS;0050;[MISSING_VALUE];[MISSING_VALUE];;9440;;;;;;;;;;
    I'm using the below header in the data file for multi-load:
    WOS
    GuidanceQ4
    02/28/2010
    12
    R,R,0,,,,Y,N,,PERIODIC
    c,ud1,ud2,A,v,v,v,v,v,v,v,v,v,v,v,v

    There are KM articles that address these 2 issues. Likewise there are several forum postings that address these exact issues. Did you do a search of the forum or support.oracle.com?
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=840319.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1055134.1

  • Open Batch Multi Load file type error

    Hi,
    I have been trying to use Open Batch MultiLoad via FDM Workbench, but encountered error that it .csv file type is unknown at Import stage.
    A couple things that I have tried:
    - Using multiload via FDM Web Interface to load the .csv file: Success
    - Using open batch multiload via Workbench to load the .csv file: Failed
    - I tried to rename the .csv file itu .txt (without changing the content), tried to use open batch multiload via Workbench to load the .txt file: Success
    It seems that if I try to execute open batch multiload, FDM is able to read the CSV format but refuse the .csv file type to be processed.
    Do I miss something for using openbatch multiload to load .csv file?
    Thanks,
    Erico
    *[File Content]*
    LOC1
    Budget
    1/31/2008
    2
    R,M
    Center,Description,ACCouNT,UD1,UD3,UD4,DV,v,v,v,UD2
    Sunnyvale,Description,Sales,GolfBalls,,,Periodic,1001,2001,3000,Customer2
    Sunnyvale,Description,Purchases,GolfBalls,,,Periodic,2001,3001,4000,Customer2
    Sunnyvale,Description,OtherCosts,GolfBalls,,,Periodic,4001,5001,5000,Customer2*[Error Message Received]*
    Invalid object Node=ML40942.3981712963_P1?MULTILOADFILE.,CSV_UNKNOWN FILE TYPE IN MULTILOAD BATCH FOR FILE [MULTILOADFILE.CSV]! - 35610
    *[FDM Version]*
    FDM 11.1.2.1

    Kemp2 wrote:
    Hi Erico,
    What is the fix for this issue? I am having same issue.
    Thx
    KempHi Kemp,
    I didn't get the fix for this issue. Since we decided to not use the Open Batch Multi Load (not because this issue), I stopped researching on this issue.
    But some workaround that you might want to try:
    <li>Simply have the source file in .txt file type</li>
    or
    <li>Since open batch uses script, before executing the Multi Load script, change the file type from .csv to .txt using script</li>
    Hope this helps.
    -Regards

  • Crossdomain.xml Not Loading

    This may be a newb question. I’m trying to figure out why my swf file, running from localhost, is bypassing the crossdomain.xml when loading a xml file from a remote domain.
    I stored the crossdomain.xml at the root of the domain.
    http://www.mydomain.com/crossdomain.xml
    When I checked the HTTP headers, there’s no request sent out to get the crossdomain.xml file.
    Another issue is that the Security.sandboxType is always localTruested. Could that be the reason that the swf file is not checking the crossdomain.xml? If so, how can i change the sandboxType.
    Any help is appreciated!
    Thanks

    Can you look at the name of the file you're loading before you load it? So, if it contains .swf don't load? Aside from that, you can get the content type before the image/file is finished loading. You do it with the LoaderInfo object... something like this:
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.INIT, initHandler);
    function initHandler(event:Event):void {
        var loader:Loader = Loader(event.target.loader);
        var info:LoaderInfo = LoaderInfo(loader.contentLoaderInfo);
        trace(info.contentType);
    If you load a jpeg you will see: image/jpeg
    If you load a .swf you will see: application/x-shockwave-flash

  • Using external XML to load an swf

    Here's the deal - I have a main SWF with lots of loaders. Can
    a hyperlink in an external XML file load another external swf in
    the root flash doc? I have a list of links load in main SWF from an
    external XML file. From these links, I'd like to load other
    external SWFs in the main flash document. I can get the XML links
    to control my browser... can I get them to control what happens in
    my flash doc?
    Thanks!

    nothing in an xml file can load anything. but you can load a
    string that you use in your swf indicate which target file to
    load.

  • FDM Multi-load integration script?

    Hi,
    Can we use Multi-Load with integration import script. Or we can only use with Flat files?
    Thanks in advance

    There are KM articles that address these 2 issues. Likewise there are several forum postings that address these exact issues. Did you do a search of the forum or support.oracle.com?
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=840319.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1055134.1

  • XML.prototype.load

    Hi,
    I need to extend the XML load method as so I can add a prefix onto the XML.load("my_xml_data_file_location.xml") as so the actual url request was XML.load("http://www.myServerLocation.com/my_xml_data_file_location.xml")
    So my first thought was to hijack the XML.prototype.load method but for the life of me I cannot find a reference to the XML.prototype.load function. And then I would add code to the XML.prototype.load method to query the URL string to see if it has or has not a http server URL location .
    Thanks in advance.

    Hi,
    Thanks for coming back so quickly.
    I failed to add that the inherited code uses the XML.load methods in many, many locations. Hence wanting to use an extended XML.prototype.load method. That way I only need to apply this code in one place and at run time, everywhere the XML.load is used, the prototype will do all the pre-checking. Also, it will not need to add any code anywhere else.
    Thanks

  • Just a thought - XML Multi Gallery

    Hello there... I was just thinking of an appropriate way to build a multi-gallery using XML. If someone could tell me just the main idea of doing this I would really appreciate it. Just tell me how to structure the XML file, and the proper approach of accessing and loading in the images of each separate set of images. Thanks in advance!

    ok suppose I want to create a drop down list which contains the name of every set of images. I'll give u an example:
    XML Code:
    <gallery>
         <imageSet>
              <image title="image1" url="image1.jpg />
              <image title="image2" url="image2.jpg />
              <image title="image3" url="image3.jpg />
              <image title="image4" url="image4.jpg /> 
         <imageSet/>
         <imageSet>
              <image title="image5" url="image5.jpg />
              <image title="image6" url="image6.jpg />
              <image title="image7" url="image7.jpg />
              <image title="image8" url="image8.jpg /> 
         <imageSet/>
         <imageSet>
              <image title="image9" url="image9.jpg />
              <image title="image10" url="image10.jpg />
              <image title="image11" url="image11.jpg />
              <image title="image12" url="image12.jpg /> 
         <imageSet/>
    </gallery>
    then let's say I want to retrieve each image set alone and when it is selected from a dropdown list the images are displayed...
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, processXML);
    xmlLoader.load(new URLRequest("gallery.xml"));
    function processXML(e:Event)
         var xml:XML = XML(e.currentTarget.data);
         var imageSets:XMLList = new XMLList(xml.data);
         for (var i:uint = 0; i < imageSets.length(); i++)
              var sets:Array = new Array();
              // ok now I want to retrieve each image set from the xml and push it into this array, and then I would use this array in the dropdown list
    //I'm stuck here...

  • XML not loading in SWF

    Please, please someone help. I have been at this for days and can't see the woods for the trees any more.
    I have a swf embedded in a htm file. I pass FlashVars to it with a view to setting colours for symbols already in the swf.
    No matter what I do I simply cannot get the xml loaded. Can someone help and have a look at the following code and tell me where I am going wrong.
    I am using Flash CS4/AS 3. The default class is com.main and all .AS files are located in a folder 'com' within the root. All fla. .swf and  .xml files are located in the root.
    TIA
    Default.htm
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    </head>
    <body>
    <p>Hello World!</p>
        <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="550" HEIGHT="400" id="8 - WHN Sixth Floor.swf" ALIGN="">
        <param name="allowScriptAccess" value="sameDomain" />
        <PARAM NAME=movie VALUE="8 - WHN Sixth Floor.swf">
        <PARAM NAME=quality VALUE=high>
        <PARAM NAME=bgcolor VALUE=#FFFFFF>
        <PARAM NAME="FlashVars" value="xmlfile=myxml2.xml" />
        <EMBED FlashVars="xmlfile=myxml2.xml" width="550" height="400" src="8 - WHN Sixth Floor.swf" allowScriptAccess="sameDomain" quality=high bgcolor=#FFFFFF NAME="8 - WHN Sixth Floor.swf" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
        </OBJECT>   
    </body>
    </html>
    Main.as
    package com
    import com.*;
    import flash.display.MovieClip;
    import flash.display.SimpleButton;
    import flash.text.TextField;
    import flash.display.Stage;
    import flash.display.LoaderInfo;
    import flash.events.*;
    public class main extends MovieClip
      public var gx:getXML;
      public var xmlFileName:Object;
      public function Main()
       //addEventListener( Event.ADDED_TO_STAGE, init );
       init();
      private function init():void 
       //removeEventListener( Event.ADDED_TO_STAGE, init )
       //var xmlFileName:Object = stage.loaderInfo.parameters;
       var gx:getXML = new getXML("myxml2.xml");
       addChild(gx);
    getXML.as
    package com
      // Static Class
      import com.*;
      import flash.display.SimpleButton;
      import flash.xml.XMLDocument;
      import flash.xml.XMLNode;
      import flash.xml.XMLNodeType;
      import flash.events.*;
      import flash.net.URLLoader;
      import flash.net.URLRequest;
      import flash.net.URLVariables;
      import flash.net.URLRequestMethod;
      import flash.geom.ColorTransform;
      import flash.net.navigateToURL;
      import flash.system.fscommand;
      public class getXML extends SimpleButton
       public var xmlData:XML;
        public function getXML(xmlurl:String):void
         var loader:URLLoader = new URLLoader();
         loader.addEventListener(Event.COMPLETE, LoadXML);
           var urlReq:URLRequest = new URLRequest(xmlurl);
            //urlReq.method = URLRequestMethod.POST;  
            //var variables:URLVariables = new URLVariables();
            //urlReq.data = variables;
            //try {  
                      loader.load(urlReq);
                  //} catch (error:Error) {  
                      //trace ("Unable to load requested document.");  
        public function LoadXML(e:Event):void
         xmlData = new XML(e.target.data);
         //xmlData = new XML("myxml2.xml");
         var rslt:XMLDocument = new XMLDocument();
         rslt.ignoreWhite = true;
         rslt.parseXML(xmlData.toXMLString());
         //trace(result.firstChild.childNodes.length);
         for (var i=0; i<rslt.firstChild.childNodes.length; i++)
          staticClass.head_Array.push(xmlData.data[i].head);
          staticClass.color_code_Array.push(xmlData.data[i].colorcode);
          staticClass.url_Array.push(xmlData.data[i].url);
          staticClass.note_Array.push(xmlData.data[i].mc_name + "##" + xmlData.data[i].note);
          staticClass.mc_Array.push(xmlData.data[i].mc_name);
         var k = staticClass.mc_Array.length  
         var j = 0;
         for each (var val:String in staticClass.mc_Array)
          var btn:SimpleButton = SimpleButton(this.parent.getChildByName(val));
          if (btn != null)
           var rojo:ColorTransform = new ColorTransform();
           rojo.color = uint (staticClass.color_code_Array[j]);    
           btn.transform.colorTransform = rojo;
           btn.addEventListener(MouseEvent.CLICK, onClick);
           btn.addEventListener(MouseEvent.MOUSE_OVER, onOver);
           btn.addEventListener(MouseEvent.MOUSE_OUT, onOut);
           * Set mouse over separate colour
           btn.alpha = 3;
          j++;
         function onClick(e:MouseEvent )
          trace(e.currentTarget.name + "----" + staticClass.url_Array[e.currentTarget.name.substring(7, e.currentTarget.name.length)-1]);
          if(staticClass.url_Array[0] != "None")
           navigateToURL(new URLRequest(staticClass.url_Array[0] + "?Room=" + e.currentTarget.name), "_self");
          else
           fscommand("RoomType", e.currentTarget.name);
         function onOut(e:MouseEvent )
          e.currentTarget.parent.getChildByName("HoverText").text = "";
          e.currentTarget.alpha = 3;
         function onOver(e:MouseEvent )
          e.currentTarget.alpha = 1.5;
          for each (var val:String in staticClass.note_Array)
           if(e.currentTarget.name == val.substring(0, val.indexOf("##", 0)))
            e.currentTarget.parent.getChildByName("HoverText").text = val.substring(val.indexOf("##", 0) + 2, val.length);
            //e.currentTarget.parent.getChildByName("HoverText").text = "HELP ME";
    staticClass.as
    package com
    import flash.display.MovieClip;
    public class staticClass
       public static var head_Array:Array = new Array();
       public static var color_code_Array:Array = new Array();
       public static var url_Array:Array = new Array();
       public static var note_Array:Array = new Array();
       public static var mc_Array:Array = new Array();
       public static var url_Array1 :Array = new Array();

    i don't think you're using Main or you would see error messages.
    what's the following trace() reveal:
    oh, i can see an error in Main, too:
    Main.as
    package com
    import com.*;
    import flash.display.MovieClip;
    import flash.display.SimpleButton;
    import flash.text.TextField;
    import flash.display.Stage;
    import flash.display.LoaderInfo;
    import flash.events.*;
    public class main extends MovieClip   // main should be Main
      public var gx:getXML;
      public var xmlFileName:Object;
      public function Main()
    trace(this)
       //addEventListener( Event.ADDED_TO_STAGE, init );
       init();
      private function init():void 
       //removeEventListener( Event.ADDED_TO_STAGE, init )
       //var xmlFileName:Object = stage.loaderInfo.parameters;
       var gx:getXML = new getXML("myxml2.xml");
       addChild(gx);

  • XML Data Load into releational structures

    Hi,
    I am very unexperienced in using XML and have the problem
    to import very large XML data files into existing reletional structures.
    In our production DB we don't use the java engine, so
    that PL/SQL an the SQL Loader are the only available ways to import the data.
    At the moment we get flat files and use the SQL Loader utility. But an interface to a new system send XML data now and I have to fill the same old releational structure with the new data.
    Can anybody give me a hint about the best technic for an high performance import. Are there any existing tools for the relational mapping?
    Regards Ralph

    Thank you for your reply.
    You are right. We only want to break the XML to fill our relational structures. We don't need the XML data further on. But we have to load the data in temporary structures, because we have to transform the data in our own format. (The system which delivers the XML data is external and uses another data model)
    Is there no more elegant way with use of databse built in technics? The XML data we get can be validated against a XML schema.
    So I thought, it could be a way to load the XML in the XDB and register the schema in the database. After that store the XML data in the default generated object relational structures and then programm the data transformation and the data flow between these default structures to our target data structures with PL/SQL.
    I don't know if this way is performant enough.
    If I use an external tool i have to code the relational mapping outside the database and insert the data with use of ODBC in temporary structures which i have to create manualy.
    So I hoped to find a way to load the data in any relational structure using the advantages of XML and XML schema and code the neccasary logic inside the DB.
    Do you have any further hints for my problem?
    Regards Ralph

Maybe you are looking for

  • Show breadcrumb bar only on main list pages but not site pages

    Is there any way to show the breadcrumb bar only on list pages (for example to navigate in document libraries, surveys, etc.) but no in site pages or wikipages. The only solution I found was adding a webpart to each page I want to hide the breadcrumb

  • JMS Adapter Content Conversion

    Hi, I am looking for some help on JMS Receiver content conversion, to put a delimited file on MQ series queue. I tried the below link, but not able to access the document. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/libr

  • Uninstall and then re-install Acrobat Pro with CS6 Master Suite

    Hello, I'm using Windows 8.1 and could not open pdfs (or indeed open Acrobat XI Pro at all).  I have CS6 Master Suite, and I seem to recall Acrobat coming with that purchase, whether it's officially part of CS6 or not. Forums suggested uninstalling a

  • How do I delete the title while making a card?

    Hi everybody, I want to be able to take out the title as part of my Christmas card as shown.... We don't need a title there and we love our card as it is so we don't want to change the theme either.  If this is possible to take out the title text box

  • HT201328 Unlocking iPhone 4

    I have purchased iPhone4 in 2010 by paying full payment i.e. with No-Commitment Fees. So I brought it without contract and now when I have upgraded it to iOS 6.1.3, I want to unlock it as I want to use it in India with the carrriers available here.Pl