XML Content Editing - link disappeared

Greetings,
We have recently upgraded our portal from SP11 to SP19, and several KM functionalities changed.
Beforehand we had an "edit" link while displaying XML forms (left bottom corner), and clicking the link opened an XML editor for that specific document.
I am 99% sure that this is one of settings under /etc/xmlforms/... folders, which was overwritten during the upgrade, and that this link appeared in SP11 becuase of customization.
Did anyone ever had to implement such a functionality?
Thanks in advance!

Hi Ivan,
In my opinion this upgrade should not affect on your customized  xml form or KM content. But if in upgrade the template is deleted or overwritten by transporting the old data then your expected result will hamper.
As you are mentioning about  "/etc/xmlforms/.." folder structure; it is a folder in which actual xml code of your xml form template is stored & we don't  have to do any changes here.
If you have created edit button functionality  in your code then just look it again. And if you have made provision of it in xml form only then check it the form again & add the ' edit ' functionality by opening it in xml form builder.Or transport the (backup) old xml form templates again by ice package.

Similar Messages

  • Folder region edit links disappear!

    All,
    3.0.7.6.2 + 8.1.6.2 NT 4.0
    Created a custom tabset and added it as a portlet to the content area page. then moved the nav bar and folder portlets around. Now when I go to edit the folder style (to edit the folder layout), I don't see the edit links for the folder regions.
    I did this twice and get the same problem. Also, when I click on the edit defaults for the content area folder (while editing the CA page), I get a no data found error. I am able to edit defaults for the nav bar.
    Any tips ?
    Thanks

    Jerry,
    I tried this in multiple ways and have been able to narrow it down to the following case - "It occurs only if you have more than one regions in your page that is placed in place of the Navigation bar portlet". Please try the following steps and see if you can reproduce the bug...
    1. Create a page and
    a) select the Display No Banner option in the Main tab.
    b) add a new region to the page(Now there will be two regions). Don't place any portlet on the page.
    c) select the Publish as Portlet option for the page.
    d) save the page and go back to Navigator.
    2. Create a new content area.
    a) Edit the page of this new content area and remove the Navigation bar portlet.
    b) Now add the page created in step #1 (above) to the region where the Navigation portlet was.
    c) Save the content area page and go back to Navigator
    3. Click on the contents for the content area created above
    a) select the Styles.
    b) Click on the Edit link for the style
    c) select the Folder Layout tab.
    .... do you see the "Edit Folder Region" icons in the folder portlet?
    null

  • XML Content and Linked containers

    Hi, I just downloaded the trial of CS5 and I was wondering how to do the following.
    I have 5 XML files that load into my site.  Each one is called by a button click.  On the initial stage I have 2 containers which are linked for overflow text.  So here is my problem.  When I click on any button the content in the second text box stays there and only the content of the first one changes.
    SO question...
    How do i get the new text that is loaded from the XML to flow to the second container? OR the second container clear its content if there is no overflow?
    Thanks so much!!
    Kathy

    HI and thanks so much for responding!  So I added everything I THINK I need to add and its still not updating them.  This is my first time trying this so I'm not sure if my code is correct but here is the code.  The two containers I have on the stage are m_txt and o_txt.  Thanks so much for your help!
    import flash.events.MouseEvent;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flashx.textLayout.compose.StandardFlowComposer;
    import flashx.textLayout.container.ContainerController;
    import flashx.textLayout.conversion.TextConverter;
    import flashx.textLayout.elements.TextFlow;
    import flash.external.ExternalInterface;
    import flash.display.StageScaleMode;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //Preloader code start
    var i : uint = this.numChildren;
    for (; i > 0; i--) this.getChildAt(i - 1).alpha = 0.0;
    var tf : TextField = new TextField;
    tf.text = "Now loading...";
    tf.width = 1000;
    addChild (tf);
    // Preloader initialization done. If you don't like it, decomment the next line
    //removeChild (tf);
    var uarray : Array = ["home.xml","about.xml","philosophy.xml","contact.xml"];
    var harray : Array = [];
    var marray : Array = [];
    var qarray : Array = [];
    var barray : Array = [];
    i = uarray.length - 1;
    var uloader : URLLoader = new URLLoader;
    uloader.addEventListener ("complete", completeLoaderChain);
    uloader.load (new URLRequest(uarray[i]));
    function completeLoaderChain (e:*) : void
        var d : XML = XML(e.target.data);
        harray[i] = d.head;
        marray[i] = d.main;
        qarray[i] = d.quote;
            if (i-- == 0) enableButtons();
            else uloader.load (new URLRequest(uarray[i]));
    function enableButtons () : void
        i = this.numChildren;
        for (; i > 0; i--) this.getChildAt(i - 1).alpha = 1.0;
        if (this.contains (tf)) removeChild (tf);
        barray[0] = home_btn;
        home_btn.addEventListener ("click", buttonClicked);
        barray[1] = about_btn;
        about_btn.addEventListener ("click", buttonClicked);
        barray[2] = philosophy_btn;
        philosophy_btn.addEventListener ("click", buttonClicked);
        barray[3] = contact_btn;
        contact_btn.addEventListener ("click", buttonClicked);
    function buttonClicked (e:*) : void
         var textFlow:TextFlow;
         var m_txt:ContainerController = new ContainerController(m_txt)
         var o_txt:ContainerController = new ContainerController(o_txt);
    // import the text flow from XML using TextConverter and assign a StandardFlowComposer
         textFlow = TextConverter.importToFlow(uarray[id], TextConverter.TEXT_LAYOUT_FORMAT);
         textFlow.flowComposer = new StandardFlowComposer();
        var id : int = -1;
        for (var l = 0; l < barray.length; l++) {
            if (barray[l] == e.target) {
                id = l;
                l = barray.length;
         textFlow.flowComposer.addController(m_txt);
        textFlow.flowComposer.addController(o_txt);
        h_txt.text = harray[id];
        m_txt = marray[id];
        q_txt.text = qarray[id];
         textFlow.flowComposer.updateAllControllers();
         //The following two lines will call a JavaScript function "resizeh"         
         /*var resizeto:Number = m_txt.height + m_txt.y ;
         if( resizeto < 550){
              resizeto = 550;          
              ExternalInterface.call("resizeh", resizeto);
         } else {
              ExternalInterface.call("resizeh", resizeto);
    /CODE

  • Why is XML content disappearing when converting to button?

    I've never had this issue before but when I try to convert a group of objects containing XML or just the text box containing XML content into a button the XML content vanishes from the Structure panel. Usually when clicking "convert to button" everything stays normal and the XML doesn't vanish and stays linked etc. Is this a glitch or is there some odd setting that's causing this?

    I work strictly with arial and times new roman.
    I think all of the problems were with times new roman. I didn't see much of a pattern and what I did see was sporadic. There were problems in regular paragraphs and tables as well.
    As suggested I installed all updates to Frame and after focusing on incorporating my reviewers' PDF comments I just PDF the manual again and found no problems! Yay! 
    I agree about the inefficiency of searching forums; it's easier to start a new thread.
    I had no idea about Google's advanced search page . . . nice to know.

  • Edit link option disappeared

    Hi ,
    am facing a strange issue where the “Edit Link” option under “Quick Launch” in SharePoint 2013 is not appearing for any user (including the farm and site collection  administrators) in
    the home page of the root site collection. If a new sub site is created under it, then it starts appearing.
    may i know, anyone has faced this issue and the possible resolution.

    If the Edit link is not available, the site collection has moved to read only mode. This normally happens when you take dont take proper backup of site collection or backup was cancelled while in progress
    http://technet.microsoft.com/en-us/library/ff631148%28v=office.14%29.aspx
    Verify that you have the following administrative credentials.
    You must be a member of the Site Collection Administrators group for the site collection.
    In Central Administration, click Application Management.
    On the Application Management page, in the Site Collections section, click
    Configure quotas and locks.
    If the site collection you want isn't already selected, in the Site Collection section, on the
    Site Collection menu, click Change Site Collection. Use the Select Site Collection page to select a site collection.
    On the Site Collection Quotas and Locks page, in the Site Lock Information section, select one of the following options:
    Not locked to unlock the site collection and make it available to users.
    Adding content prevented to prevent users from adding new content to the site collection. Updates and deletions are still allowed.
    Read-only (blocks additions, updates, and deletions) to prevent users from adding, updating, or deleting content.
    No access to prevent users from accessing the site collection and its content. Users who attempt to access the site receive an error.
    If you select Adding content prevented, Read-only (blocks additions, updates, and deletions), or
    No access, type a reason for the lock in the Additional lock information box.
    Click OK.
    If this helped you resolve your issue, please mark it Answered

  • Same XML content on more than one page?

    (Indesign CC on OSX)
    I have a  12-page indesign document in which each page contains a resized version of the same ad. (for placment in a variety of publications)
    I have an external xml file that contains master copy. When I link to this file, the copy on the first page functions/updates properly, but when I try to place the xml content into the container frames on any of the other pages, it swaps the content into that new location instead of just placing a duplicate instance of the external data.
    I'd like a way to be able to edit master copy externally in an xml file, then have all of my resized ad pages in Indesign update with one press of the 'update all links' button.
    Is this possible?

    I decided to put in a new ID following the first advice, and also as I am making videochat calls between the two playbooks whilst a family member is on vacation borrowing my other one, so they need different IDs.
    I would like to mark one answer as a solution but I have two diametrically opposed answers!
    so I'll just have to wipe then try and set up my new one with the existing ID when the old one is returned to me and come back.  It would be nice to have access to my purchases on both, as per Apple's practice.
    Thanks all.

  • Hiding XML content in Flash

    Ok so I have created this button that expands within a movie clip called "movie1_mc". At frame 12 the button stops expanding and an external XML file loads in 7 subnavigation buttons within a single mc called "button". After the user rolls Off the subnavigation btns the "movie1_mc" button collapses but the laoded xml content is still there. I need to get rid of the XMl content after frame 13 how can I accomplish this?
    Below is my coe that loads the XML content:
    stop();
    function loadXML(loadedX) {
        if (loadedX) {
            xmlNode = this.firstChild;
            image = [];
            total = xmlNode.childNodes.length;
        for (i=0; i<total; i++) {
            image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
            load_pic();
        } else {
            content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("images.xml");
    function load_pic(){
        k = Math.floor(Math.random()*total);
        picture_1.holder.loadMovie(image[k], 1);
    //Store Button Position
    var yPosition:Number = 210;
    var xPosition:Number = 110;
    //Declare New XML Object
    var myXML:XML = new XML();
    //Set Flash to ignore the XML file's white space
    myXML.ignoreWhite = true;
    //Declare new Array to store the links from the XML file
    var links:Array = new Array();
    //Declare new Array to store the names from the XML file
    var names:Array = new Array();
    //Set XML onLoad function
    myXML.onLoad = function(){
        //Set varible to store the XML childNodes
        //This allows you to get the number of buttons in the XML file.
        //You'll use this tell flash how many times to loop the for loop.
        var linkname:Array = this.firstChild.childNodes;
        //Set a for loop
        for(i=0;i<linkname.length;i++){
            //Push the button name into the names Array
            names.push(linkname[i].attributes.NAME);
            //Push the button link into the links Array
            links.push(linkname[i].attributes.LINK);
            //Attach the button Movie Clip from the libray give it an instance name and place it on the next highest level
            _root.attachMovie("button","btn"+i,_root.getNextHighestDepth());
            //Set the y position of the buttons
            _root["btn"+i]._x = xPosition;
            //Increace the varible yPosition 15 pixel each time the loop runs to place each button under each other
            xPosition = xPosition+0
            _root["btn"+i]._y = yPosition;
            //Increace the varible yPosition 15 pixel each time the loop runs to place each button under each other
            yPosition = yPosition+30;
            //Place the button name from names Array into the blackTxt text box
            _root["btn"+(i)].blackTxt.Txt.text = (names[i]);
            //Place the button name from names Array into the whiteTxt text box
            _root["btn"+(i)].whiteTxt.Txt.text = (names[i]);
            //Assign the btnOver function to the button onRollOver state.
            _root["btn"+(i)].onRollOver = btnOver;
            //Assign the btnOut function to the button onRollOut state.
            _root["btn"+(i)].onRollOut = btnOut;
            //Assign the btnRelease function to the button onRelease state.
            _root["btn"+(i)].onRelease = btnRelease;
    //Load the XML file
    myXML.load("links.xml");
    //Button Over function
    function btnOver(){
        //This referse to the current button the mouse is over
        //Go To And Stop frame 2 of the current button the mouse is over
        this.gotoAndStop(2);
    //Button Out function
    function btnOut(){
        //Go To And Stop frame 3 of the current button the mouse rolls out from
        this.gotoAndStop(3);
    //Button Release function
    function btnRelease(){
        //Set a varible named currentBtn equal to the instance name of the current button the mouse clicked on
        var currentBtn:String = this._name;
        //Set a varible named currentIndex equal to the varible currentBtn and the characters between 3rd letter and 5th of that string.
        //This will return a number between 0 and the total number of buttons
        var currentIndex:String = currentBtn.substring(3,5);
        //Get the URL from the links Array
        //Use the currentIndex varible as the index number
        getURL(links[currentIndex]);
    Any help with this is greatly appreciated
    Cheers-
    Graphic Graeme

    Hi
    Thanks al for ur replies.
    Actually my requirement is to send email with some xml data in the body (like failed records to show dat dese are all the records without necessary information).
    @Eric,
    Using ora:getContentAsString(XMLElement) i only received a blank email without any content. I even tried to write the xml content in a file and used ora:doc() . Even then the body of the email is blank. Dunno wat i am missing here.
    @pavan4s
    I am literally new to bpel. Can u please elaborate or send some links to use xsl in email body?
    Edited by: friendsforever on Oct 11, 2010 2:35 AM
    Edited by: friendsforever on Oct 11, 2010 2:36 AM

  • Xml content in the body of the email

    Hi... I am using JDev 10.1.3.4 . My requirement is to get xml content in the body of the email. please throw some light on this.

    Hi
    Thanks al for ur replies.
    Actually my requirement is to send email with some xml data in the body (like failed records to show dat dese are all the records without necessary information).
    @Eric,
    Using ora:getContentAsString(XMLElement) i only received a blank email without any content. I even tried to write the xml content in a file and used ora:doc() . Even then the body of the email is blank. Dunno wat i am missing here.
    @pavan4s
    I am literally new to bpel. Can u please elaborate or send some links to use xsl in email body?
    Edited by: friendsforever on Oct 11, 2010 2:35 AM
    Edited by: friendsforever on Oct 11, 2010 2:36 AM

  • How to transport web xml content in portal

    Hi Everyone,
    I have created web xml content in my dev portal which has user messages.Now i wanr to transport all these to QA portal.i have transported all the content using KM content transport procedure. i even transported /etc/xmlforms.
    now if i check in QA portal i can see all the message links but when i click these links,a window pops up with XML code of that particular form instead of that message.
    Is there anything which i have forgotten or which needs to be done.
    Please do the needful.
    Thanks and Regards,
    Atul Dumbre.

    Hi Mikhail,
    Thanx a ton for your reply.
    My problem has been solved and now i can see all the web xml forom content in my QA Portal.
    But now my problem is that when i edit or create new message in my QA Portal it doesnt reflect in my User message area or in the messages list.
    Could you please help me out with that
    Thanks and Regards,
    Atul Dumbre
    Edited by: AtulDumbre on Jun 8, 2011 7:47 AM

  • FCP XML import and linking .r3d

    I have a sequence that was originally edited in FCP (7.0) using ProRes proxies created out of RedCine. I remember that in Premiere 5.5 when you imported the XML, premiere re-linked the original .r3d's with all the scale and position attributes.
    When I import the XML into Premiere CC it doesn't reconnect the .r3d files.
    Did something change with CC or is there something wrong with the XML?

    Thank you all for your help. It still leaves a bit of a workflow problem. <br /><br />Basically we have some people ingesting / organizing content and maintaining on a network share. Duplicating the media is slow and moving it all into one volume is not too good either as it breaks all the relationships for others. Re-linking is good, but doesn't work if the material is spread across subdirectories and giving a key to link all the media together looses some of the benefit of having the export from FCP in the first place, it's just as easy to re-make the edit.<br /><br />We are only using cut edits, so this is quite simple. For users on the Mac using FCP and handing off to Premier it works fine, the problem is we want to hand off to Windows Premier. It's ok to run a script over the files to change the XML naming of the <pathurl> which seems to be causing the problem, but how to describe this in the Windows world?<br /><br />Thanks for all the help.... anyone from Adobe with any ideas?<br /><br />The problem as I see it is how to identify Mac OS mounts to a Windows version of Premier on XML import.

  • Import of XML file failed in portal using XML Content and Action

    Hi Friends,
    I am trying to import the simple XML file which is just creating the folder in the PORTAL_CONTENT using XML CONTENT AND ACTIONS  which is one way of creating the portal content. GO TO SYSTEM ADMINISTRATION > TRANSPORT > XML CONTENT AND ACTIONS > IMPORT.
    The reason for using this import tool is to upload the backend Business roles, which is not not working on our corporate portal. To test the import functionality I used the following xml file (I got this XML file by exporting the test folder in the portal using the same tool)
    <GenericCreator author="XML Creator" version="XML Automatic Creation" mode="clean,execute" report.level="success" createMode="1" default.locale="en" ignore="false">
    <Context name="portal_content" objectClass="com.sap.portal.pcd.gl.GlContext"></Context>     <Property name="parent1" value="pcd:portal_content"/>
         <Context name="com.dri.fldr.im" objectClass="com.sap.portal.pcd.gl.GlContext" create_as="0" parent="$">
              <Attributes>
                   <Attribute name="com.sap.portal.pcm.Description" type="text">
                        <AttributeValue value="" locale=""/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
                   <Attribute name="com.sap.portal.pcm.Title" type="text">
                        <AttributeValue value="test" locale=""/>
                        <AttributeValue value="test" locale="en"/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="mandatory" type="string">
                             <AttributeValue value="true"/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
              </Attributes>
         </Context>
    </GenericCreator>
    SDN BLOCKED THE XML The above XML file works fine in other portal in the landscape but not in corporate portal ( which is freshly build recently).Following error message is display when i am trying to upload the file
    Status Name Action Type Comment
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Failed to extract root node
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Parsing failed .
    Dont know is there a service/ configurations needs to be done to enable this feature?.
    Thanks
    Edited by: hammad on Sep 4, 2009 5:48 PM
    Edited by: hammad on Sep 4, 2009 5:49 PM

    The problem statement is not very clear.
    Try following this how to guide [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207a2141-c870-2910-e080-90c920b24f47&overridelayout=true|How-To]
    Best Regards,
    Prasanna K

  • Pass parameter through standard page "import xml content and actions"

    Dear Portal experts,
    As you know, a standard portal page is configured to allow the import of XML file. It is located in the portal in the path system admin -> transport -> xml content and actions -> import
    I configured a quick link u201Cimportu201D to the page so now the link http://myserver:port/irj/portal/import allows me to access directly to this screen.
    What I would like to do now is to pass the parameter related to u201Cfile nameu201D through this screen meaning that I would like that http://myserver:port/irj/portal/ import/filename=C:\test.xml  fills automatically the fields u201CXML fileu201D with  C:\test.xml 
    Please do you know how to achieve this ?
    Thank you very much and regards

    hi,
    @Maksim :
    When user launch an URL like http://myserver:port/irj/portal/ import/*filename=C:\test.xml, he is requested to provide username and password; as this link is a shortcut for the upload xml page, there is a check of authorization and only portal admin that have authorization and permission on this page/iview will be able to upload xml file through the URL. Hope this clarify.
    @Kumar :
    thank you for your answer. What a pity to not be able to pass parameter through standard portal page/iview particularly knowing that we can pass paramater through many kinds of iviews (transactional iview, url iview, VC iview...). I explored some option on file com.sap.portal.ivs.init.par but this was unsuccessful. However, thanks to this [link bellow|http://wiki.sdn.sap.com/wiki/display/Snippets/ComponenttouploadXMLfilewithPCD+objects], I was able to upload through URL the XML file.
    The problem is that I can upload only XML file that are stored in the server not in the local user computer. My requirement is to be able to upload local XML file stored on user's computer.
    If someone could provide and idea/solution, I would be very grateful.
    Cheers

  • Problem with displaying XML Content well formatted.

    Hi all,
    I am developing a website which have one functionality to display XML content which is received from some other party.
    I am using TextArea for displaying this XML content on my webpage. As this XML content is not at all formatted it looks very ugly for a human to read.
    I want this XML content to be displayed well formatted, As Mozilla Firefox display it hierarchically and well formatted.
    Kindly give some suggestion for displaying XML well formatted on a webpage.
    Any comments from you people will help me.
    Thanks
    typurohit.

    The following link is a XML-based document. An XSL stylesheet transforms the XML document to HTML in the web browser. Feel free to grab a copy of the stylesheet to use as a guide.
    http://www.masonicartbook.com/production.htm
    Good luck!

  • WARNING: Failed to validate the xml content

    Hi,
    We notice this error when we start the web logic admin console and also in many of Hyperion log files. There are many instances of this error and everything is pointing to different lines in this file “jps-config.xml”.
    WARNING: Failed to validate the xml content. cvc-complex-type.2.4.a: Invalid content was found starting with element 'serviceInstance'. One of '{"http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd":serviceInstance}' is expected.
    Location: line 378 column 91 of file:/D:/Oracle/Middleware/user_projects/domains/EPMSystem/config/fmwconfig/mbeans/../jps-config.xml.
    Oct 16, 2012 4:21:56 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    Any ideas?
    Regards,
    Ragav.
    Edited by: ragavhere on Oct 17, 2012 2:04 PM

    Hi,
    can you please provide more details on your application?
    Which version of ADF are you using and which server. Are you trying to deploy on GlassFish server?
    Which IDE are you using?
    Perhaps this will be useful:
    https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to
    Regards,
    Dimitrios.

  • Extracting xml content in a XMLTYPE VIEW

    Experts:
    I need to create an xmltype view based on the following xml content.
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <EMPLOYEES CREATED="2013-02-06T12:33:00" xsi:noNamespaceSchemaLocation="http://supporthtml.oracle.com/TEST_SCHEMA.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <EMPLOYEE_TRANS MODE="A" emp_id="1">
      <emp_nm>SCOTT</emp_nm>
      <emp_dept>FN</emp_dept>
      <mgr>DON</mgr>
      <sal>4000</sal>
      <updt_ts>2013-02-06T12:28:00</updt_ts>
      </EMPLOYEE_TRANS>
    <EMPLOYEE_TRANS MODE="A" emp_id="2">
      <emp_nm>KEVIN</emp_nm>
      <emp_dept>HR</emp_dept>
      <mgr>MIKE</mgr>
      <sal>3000</sal>
      <updt_ts>2013-02-06T12:29:00</updt_ts>
      </EMPLOYEE_TRANS>
    </EMPLOYEES>I want to run a select statement againt this view which can give me column data in this format.
    This xml is already stored in an Oracle XMLTYPE Object Relation table which conforms to a registered xsd schema document.
    select CREATED, MODE, EMP_ID, emp_nm, emp_dept, mgr, sal, updt_ts from employees_view.
    Result:
    2013-02-06T12:33:00 A 1 SCOTT FN DON  4000 2013-02-06T12:28:00
    2013-02-06T12:33:00 A 2 KEVIN HR MIKE 3000 2013-02-06T12:29:00How can I achieve this? I tried by getting various errors. I would appreciate if someone can send me a sample
    11.2.0.3
    Linux
    XMLDBThanks
    Kevin
    Edited by: Kevin_K on Feb 6, 2013 9:54 AM
    Edited by: Kevin_K on Feb 6, 2013 9:55 AM

    I guess the above makes a regular relational view? correct?Yes.
    How can I extract the of CREATED attribute from the top most employees element and attributes "MODE" and "emp_id" from EMPLOYEE_TRANS element ? You have to use a two-level approach :
    SQL> select x1.created, x2.*
      2  from EMPLOYEES_OR_TABLE t
      3     , xmltable('/EMPLOYEES'
      4         passing t.object_value
      5         columns created timestamp path '@CREATED'
      6               , emps    xmltype   path 'EMPLOYEE_TRANS'
      7       ) x1
      8     , xmltable('/EMPLOYEE_TRANS'
      9         passing x1.emps
    10         columns emp_mode varchar2(1)  path '@MODE'
    11               , emp_id   number       path '@emp_id'
    12               , emp_nm   varchar2(30) path 'emp_nm'
    13               , updt_ts  timestamp    path 'updt_ts'
    14       ) x2 ;
    CREATED                     EMP_MODE     EMP_ID EMP_NM                         UPDT_TS
    06/02/13 12:33:00,000000    A                 1 SCOTT                          06/02/13 12:28:00,000000
    06/02/13 12:33:00,000000    A                 2 KEVIN                          06/02/13 12:29:00,000000
    The first XMLTable x1 extracts top-level information, then passes the collection of EMPLOYEE_TRANS elements to a second XMLTable that breaks each item in separate rows and columns.
    It's also possible to use a single XMLTable, but with a little more complex XQuery expression.

Maybe you are looking for

  • How can I insert an existing ApDiv into a tab in the Spry Tabbed Panel?

    I have 5 of them all containing nested Apdiv within nested ApDivs (a long storie ) that I would like to insert into 5 tabs in the Spry Tabbed Panel. Please help.

  • Is Canvio 1T compatible between Vista & Window 8.1?

    The Canvio says compatible for XP, Windows 7 & 8. The backup worked with no problems. Unfortunately, I can't restore to the new Win 8.1 laptop. The old, new and Canvio are all Toshiba products, if th at makes a difference. The Win 8.1 was bought as a

  • Photo/Art Download

    I'm old, but new to all of this so I need some help. I'm about to sign up for MobileMe and publish a website designed in iWeb "09 (exciting, but terrifying...). I used the blank page template for all of the pages and have photos, artwork, and text bo

  • Payload different in SXMB_MONI and Message Monitoring

    Hi All,           I am facing a problem. My message Payload in SXMB_MONI (after mapping) is different from what i got from Message Monitoring tab of RWB. In the message monitoring some entries are missing from my actual payload. Payload from SXMB_MON

  • Apache Internal Server Error using mod_jk

    I just set up Apache/tomcat using mod_jk. Tomcat delivers pages fine through port 8080 and Apache delivers static pages fine from the tomcat directories, however give a 500 error when delivering jsp. Any ideas? I'm using Tomcat 4 Apache 2 Java 1.3.x