Dreamweaver CC - Responsive Design, XML tables?

Hi people,

I created my first web page sensitive. I need to have a simple database that is connected to a web page with a table.

Q1. XML is the best database to use or is there something more recent that I should look. In the past, I used the spry for this table. How do now?

I want to be able to sort, filter and search the table.


Thank you!

The best medium to long term is to use a database MySQL and PHP as scripting language to communicate with the database.

When you say you used the Spry tables, I guess you used the SpryXMLDataSet JavaScript object. As far as I know, there is no similar packing available but you can watch http://www.dmxzone.com/go/21863/html5-data-bindings/ for use with a local JSON file.

Tags: Dreamweaver

Similar Questions

  • How to design the table from the answer to the question table.

    Hi all

    I am creating an application for student review online.

    There are two types of questions, the only choice of response and multi choice answers.

    My question is less than
    create table question_master
    (
    exam_id number references exam_master(exam_id),
    marks_of_each_question number,
    type_of_question char(1),-- single choice answer/multiple choices answer
    q1 varchar2(2000),
    q2 varchar2(2000),
    q3 varchar2(2000),
    q4 varchar2(2000))
    my table to answer (I'm not satisfied with who is below
    create table answers_of_questions
    (
    answer_id number primary key,
    question_ID number referenes question_master(question_id),
    answer varchar2(4000) not null,
    is_answer_correct char(1),--y/n,
    student_selection char(1),--y/n   student select it or not
    ....
    ...
    now, I'm perfectly how to create the RESPONSE table to contain the answers.
    the only choice is good, but several checkboxes choices, what to do?
    How to design the table from the answer?

    do I have to create 2 tables to contain the answers?
    Note: the QUESTIONS and ANSWERS, all will be entered by the teacher. students will make a choice and I will store this choice in another table
    may be called STUDENT_SELECTED_ANSWERS or something like that.
    If anyone has some reference to the script retail scheme review online, kindly share with me.

    Kind regards.

    Kind regards.

    If you need to have answers in another table:

    Student (student_id, name, etc...)
    Review (exam_id, exam_name, etc...)
    Question (question_id, exam_id, question_text)

    Response (question_id, a_text, b_text, c_text, d_text, a, b, c, d).<-- one-to-one="" with="" question="" table,="" a-d="" flags="" used="" to="" indicate="">
    OR
    Response (question_id, answer_id, answer_text, OK)<-- many-to-one="" with="" question="" table,="" correct="" flag="" used="" to="" indicate="" correctness="" for="" this="" single="">

    Student_Answer (student_id, question_id, a, b, c and d)
    OR
    Student_Answer (question_id, student_id, answer_id)<-- creation="" of="" a="" question_id+answer_id="" in="" this="" table="" implies="" the="" student="" checked/selected="" it="" as="" an="">

    To what extent you want to standardize, it is up to you.

  • Define 'Responsive Design View' as a default view

    Is there a way to define "Responsive Design View" as a view by default whenever I open a page?

    Thanks in advance.

    Hi lanapetkovic,
    Thank you for your question. Currently, there is a keyboard shortcut to open in design mode of response.

    Shortcuts in Firefox

    But it's the second question on this subject, I've created a bug to request: https://bugzilla.mozilla.org/show_bug.cgi?id=1045785

  • How to connect to an Adobe Javascript(Folder Level Script) SAP Web Service and retrieve the response in a table of the Adobe Javascript/AcroJS. Could you please it explain with an example. I have two required input parameters that must be filled.

    How to connect to an Adobe Javascript(Folder Level Script) SAP Web Service and retrieve the response in a table of the Adobe Javascript/AcroJS. Could you please it explain with an example. I have two required input parameters that must be filled.

    I s generic SOAP example/tutorial on my blog: get a serial number in a form using SOAP - KHKonsulting LLC

    The web service uses only a single parameter, but you should be able to adapt the code to two arguments without problems.

  • wrapping text in responsive design

    Are paste an image into a text box and apply text wrapping on the books for a future responsive design version Muse?

    Hello

    Text wrapping is part of Muse since the beginning. https://helpx.Adobe.com/Muse/using/wrapping-text-image.html

    You ask for a new capacity in the region. Something sensitive design-specific (for example, reactive width/height for text wrapped, which is not currently supported objects)?

    Abhishek

  • Loading the XML in Oracle XML Table/OWB

    Hi gurus,

    Need help to load the XML file into oracle XML table /OWB.

    Here is an example of XML file

    < GEBIZ_PURCHASE_ORDER xmlns = "http://ordabc.xmlbeans.order.importexport.de" >
    < HEADER >
    external < ORDER_CODE > < / ORDER_CODE >
    < EXTERNAL_SYSTEM_CODE > E < / EXTERNAL_SYSTEM_CODE >
    < AMENDMENT_NUMBER > 1 < / AMENDMENT_NUMBER >
    < VARIATION_NUMBER > 1 < / VARIATION_NUMBER >
    document in < DESCRIPTION > < / DESCRIPTION >
    < FINANCIAL_SYSTEM >
    PR < SUB_BUSINESS_UNIT > < / SUB_BUSINESS_UNIT >
    < NFS >
    < COST_CENTER_GROUP > 21 < / COST_CENTER_GROUP >
    < BUYER_CODE > 121 < / BUYER_CODE >
    < FINANCIAL_SYSTEM_ORDER_CODE > 23 < / FINANCIAL_SYSTEM_ORDER_CODE >
    < USER_NRIC > 8 < / USER_NRIC >
    < / NFS >
    < SAP >
    < PURCHASING_GROUP > 3 < / PURCHASING_GROUP >
    < / SAP >
    < / FINANCIAL_SYSTEM >
    < STATUS > ELEMENT < / STATUS >
    < / Header >
    ELEMENTS <>
    < ITEM >
    < LINE_NUMBER > 1 < / LINE_NUMBER >
    the COSTS OF HANDLING < DESCRIPTION > < / DESCRIPTION >
    < UNIT_OF_MEASURE > M < / UNIT_OF_MEASURE >
    < QUANTITY > 12 < / QUANTITY >
    SERVICES < LINE_TYPE > < / LINE_TYPE >
    < UNIT_PRICE > 12 < / UNIT_PRICE >
    < PRICE_UNIT > 12 < / PRICE_UNIT >
    < > 12 TOTAL_AMOUNT < / TOTAL_AMOUNT >
    < STATUS > < / STATUS >
    < / POINT >
    < ITEM >
    < LINE_NUMBER > 2 < / LINE_NUMBER >
    COSTS OF HANDLING CARGO < DESCRIPTION > < / DESCRIPTION >
    < UNIT_OF_MEASURE > M < / UNIT_OF_MEASURE >
    < QUANTITY > 13 < / QUANTITY >
    SERVICES < LINE_TYPE > < / LINE_TYPE >
    < UNIT_PRICE > 14 < / UNIT_PRICE >
    < PRICE_UNIT > 14 < / PRICE_UNIT >
    < > 1200 TOTAL_AMOUNT < / TOTAL_AMOUNT >
    < STATUS > STATUSDELIVERED < / STATUS >
    < / POINT >
    < / OBJECT >
    < / GEBIZ_PURCHASE_ORDER >

    I created the table and the procedure below

    create the table xxpo_estimate_details
    (ORDER_CODE, varchar2 (100),)
    EXTERNAL_SYSTEM_CODE varchar2 (100),
    AMENDMENT_NUMBER varchar2 (100),
    VARIATION_NUMBER varchar2 (100),
    DESCRIPTION varchar2 (100),
    SUB_BUSINESS_UNIT varchar2 (100),
    COST_CENTER_GROUP varchar2 (100),
    BUYER_CODE varchar2 (100),
    FINANCIAL_SYSTEM_ORDER_CODE varchar2 (100),
    USER_NRIC varchar2 (100),
    PURCHASING_GROUP varchar2 (100),
    FS_STATUS varchar2 (100),
    PR_LINE_NUMBER varchar2 (100),
    PR_DESCRIPTION varchar2 (100),
    UNIT_OF_MEASURE varchar2 (100),
    PR_QUANTITY varchar2 (100),
    LINE_TYPE varchar2 (100),
    Unit_price varchar2 (100),
    PRICE_UNIT varchar2 (100),
    TOTAL_AMOUNT varchar2 (100),
    PR_STATUS varchar2 (100));


    declare
    acct_doc xmltype: = xmltype (bfilename('FLAT_FILES','PO_DETAILS_COPY.xml'), nls_charset_id ('AL32UTF8'));
    BEGIN
    insert into xxpo_estimate_details
    (ORDER_CODE,
    EXTERNAL_SYSTEM_CODE,
    AMENDMENT_NUMBER,
    VARIATION_NUMBER,
    DESCRIPTION,
    SUB_BUSINESS_UNIT,
    COST_CENTER_GROUP,
    BUYER_CODE,
    FINANCIAL_SYSTEM_ORDER_CODE,
    USER_NRIC,
    PURCHASING_GROUP,
    FS_STATUS,
    PR_LINE_NUMBER,
    PR_DESCRIPTION,
    UNIT_OF_MEASURE,
    PR_QUANTITY,
    LINE_TYPE,
    UNIT_PRICE,
    PRICE_UNIT,
    TOTAL_AMOUNT,
    PR_STATUS
    )
    SELECT X 1. ORDER_CODE,
    X 1. EXTERNAL_SYSTEM_CODE,
    X 1. AMENDMENT_NUMBER,
    X 1. VARIATION_NUMBER,
    X 1. DESCRIPTION,
    X 1. SUB_BUSINESS_UNIT,
    X 1. COST_CENTER_GROUP,
    X 1. BUYER_CODE,
    X 1. FINANCIAL_SYSTEM_ORDER_CODE,
    X 1. USER_NRIC,
    X 1. PURCHASING_GROUP,
    X 1. STATUS,
    X 2. LINE_NUMBER,
    X 2. DESCRIPTION,
    X 2. UNIT_OF_MEASURE,
    X 2. QUANTITY,
    X 2. LINE_TYPE,
    X 2. UNIT_PRICE,
    X 2. PRICE_UNIT,
    X 2. TOTAL_AMOUNT,
    X 2. STATUS
    FROM XMLTABLE)
    ' / GEBIZ_PURCHASE_ORDER/HEADER.
    passage acct_doc
    header_no of columns for the ordinalite,
    Path of varchar2 (100) ORDER_CODE "ORDER_CODE"
    Path of varchar2 (100) EXTERNAL_SYSTEM_CODE "EXTERNAL_SYSTEM_CODE"
    Path of AMENDMENT_NUMBER VARCHAR2 (100) "AMENDMENT_NUMBER."
    PATH OF VARCHAR2 (10) VARIATION_NUMBER "VARIATION_NUMBER"
    DESCRIPTION VARCHAR2 (100) PATH "DESCRIPTION."
    PATH OF VARCHAR2 (100) SUB_BUSINESS_UNIT "FINANCIAL_SYSTEM/SUB_BUSINESS_UNIT,"
    PATH OF VARCHAR2 (10) COST_CENTER_GROUP "FINANCIAL_SYSTEM/NFS/COST_CENTER_GROUP,"
    PATH OF VARCHAR2 (50) BUYER_CODE "FINANCIAL_SYSTEM/NFS/BUYER_CODE,"
    PATH OF VARCHAR2 (50) FINANCIAL_SYSTEM_ORDER_CODE "FINANCIAL_SYSTEM/NFS/FINANCIAL_SYSTEM_ORDER_CODE,"
    PATH OF VARCHAR2 (50) USER_NRIC "FINANCIAL_SYSTEM/NFS/USER_NRIC,"
    PATH OF VARCHAR2 (50) PURCHASING_GROUP "FINANCIAL_SYSTEM/SAP/PURCHASING_GROUP,"
    PATH VARCHAR2 (50) STATUS 'STATUS '.
    ) X 1,
    XMLTable)
    ' / GEBIZ_PURCHASE_ORDER/ITEMS/ITEM ".
    passage acct_doc
    columns for the ordinalite header_no
    path of columns LINE_NUMBER varchar2 (10) "LINE_NUMBER.
    Path varchar2 (100) DESCRIPTION "DESCRIPTION."
    PATH OF VARCHAR2 (100) UNIT_OF_MEASURE "UNIT_OF_MEASURE"
    PATH VARCHAR2 (10) OF "QUANTITY."
    PATH OF VARCHAR2 (100) LINE_TYPE "LINE_TYPE"
    PATH OF VARCHAR2 (10) UNIT_PRICE "UNIT_PRICE."
    PATH OF VARCHAR2 (10) PRICE_UNIT "PRICE_UNIT"
    PATH OF VARCHAR2 (10) TOTAL_AMOUNT 'TOTAL_AMOUNT ';
    PATH VARCHAR2 (120) STATUS 'STATUS '.
    ) X 2;
    -EXCEPTION
    -WHILE OTHERS THEN
    -DBMS_OUTPUT. PUT_LINE (' ERROR ' |) SQLERRM);
    END;

    When I run the above procedure, it runs successfully but the records charge not in the table.

    When I remove the attribute xmlns = "http://ordabc.xmlbeans.order.importexport.de" and start the process, and then load the records.

    can you please is it possible in the xml file without change? (deletion of the attribute)

    If choose table for loading XML /OWB XML files then what are challeges and challenges we face.

    Add two expressions XMLTable XMLNAMESPACES clause:

    ...
    
    FROM XMLTABLE(
      XMLNamespaces(default 'http://ordabc.xmlbeans.order.importexport.de')
    , '/GEBIZ_PURCHASE_ORDER/HEADER'
    
    ...
    
  • Configuration/Workspace/Designer.xml missing file

    My Designer.xml file is missing. Anyone know where I can find it?

    FlashError.jpg

    Save the following text on Designer.xml and move to C:\Program Files (x 86) \Adobe\Adobe Flash CS4\Common\Configuration\Workspace

  • After you generate a table in xml format, how can I save the result in an XML table?

    Hi all
    I used this feature to create a table in the XML schema:
    example:
    SELECT xmlelement ("State", xmlattributes (http://www.opengis.net/gml as "xmlns:gml"),)
    XMLFOREST (name as "Name", "Population" of the population)) of the State;
    result:
    < Statexmlns:gml = "http://www.opengis.net/gml" >
    < name > Wilkopolska < / name >
    the population of 35000 <>< / Population >
    < / state >
    Now I need to insert the result in an XML table, because I need to save the result to use the latter, I hope someone can help, and if there is other way to do this, it would be great.
    Thanks an ot and best regards,
    Lama.

    Just insert in a table...

    insert into t
    SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
    xmlforest(name as "Name", population as "Population")) from state; 
    

    and a complete example:

    SQL> create table t (test xmltype)
      2  /
    
    Table created.
    
    SQL>
    SQL> create table state
      2  (name varchar2(10)
      3  ,population number
      4  )
      5  /
    
    Table created.
    
    SQL>
    SQL> insert into state values ('WI', 35000)
      2  /
    
    1 row created.
    
    SQL>
    SQL> SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
      2  xmlforest(name as "Name", population as "Population")) from state; 
    
    XMLELEMENT("STATE",XMLATTRIBUTES('HTTP://WWW.OPENGIS.NET/GML'AS"XMLNS:GML"),XMLFOREST(NAMEAS"NAME",P
    ----------------------------------------------------------------------------------------------------
    WI35000
    SQL>
    SQL> insert into t
      2  SELECT xmlelement("State", xmlattributes( 'http://www.opengis.net/gml' as "xmlns:gml"),
      3  xmlforest(name as "Name", population as "Population")) from state; 
    
    1 row created.
    
    SQL> select *
      2    from t
      3  /
    
    TEST
    ----------------------------------------------------------------------------------------------------
    WI35000
    
  • Query XML Webservice response in the table.

    Sorry this is a re-post because I thought that this forum is no longer relevant.
    (orginal: XML response from the Query Web service in table. )

    Hello

    I have a request to consume the web service and the XML response and populating a table. The XML query is less. It works fine for small set of data (< 100), however if the XML has more records (Eg 3000 +, 5 + MB) the query takes about 6 + minutes to return all results.

    I understand the query XML is a slow process, but I was wondering if there is anyway I could improve performance?

    Database: 11 GR 2
    select extractvalue(value(R),'//ns0:id', fl_flight_profile_ws.namespace) id,
           extractvalue(value(R),'//ns0:callsign', fl_flight_profile_ws.namespace) callsign,
           extractvalue(value(R),'//ns0:registration', fl_flight_profile_ws.namespace) registration,
           -------------------------------------
           ------------------------------------- << A total of 48 columns >>
           -------------------------------------  
           extractvalue(value(R),'//ns0:aircraftType', fl_flight_profile_ws.namespace) aircraft_type
    from (SELECT response FROM plv.ws_log WHERE log_id = 338639) x,
       table(XMLSequence(extract(x.response,'//ns0:result/ns0:ptypcfptOut',fl_flight_profile_ws.namespace))) R
    Thanks for your time.

    Cheers, Glenn Ligon

    Hello

    I hope that I am doing things!

    You are doing things.
    The binary XML storage is the way to go in the latest versions.

    However, you use deprecated functions to process the XML content. You must use XMLTable now.

    As far as possible, do not use the descendants axis (/ /), always specify the full XPath expression.

    Here is an example based on your existing query. You will need to adjust the mappings from namespace and XPath expressions, but this is the idea:

    select x.*
    from ws_xml t
       , xmltable(
           xmlnamespaces(
             'some.namespace.uri' as "ns0"
           , default 'my.default.namespace'
           )
         , '/root_element/sub_root_element/ns0:result/ns0:ptypcfptOut'
           passing t.response
           columns
             id              varchar2(30) path 'ns0:id'
           , callsign        varchar2(30) path 'ns0:callsign'
           , registration    varchar2(30) path 'ns0:registration'
             ...
           , aircraft_type   varchar2(30) path 'ns0:aircraftType'
         ) x
    ;
    
  • Responsive Design looks great in Dreamweaver, but does not work in browsers

    I have problems getting my queries of media working in browsers on tablets and mobile devices. Everything seems fine in Dreamweaver when I change the display between mobile and tablet, but seen on devices I still see the desktop view. Here is a link to the http://www.vineripenutrition.com/index.html project

    Any help would be great, thanks!

    Add the device width metatag for thesection of the code of your pages:

  • Why Dreamweaver CS6 responsive web site publishes not too sensitive?

    Hi, this is Mary.

    I'm a NEWBIE at this.

    I just finished (or so I thought) create my first website. It was created using

    "layouts fluid grid ' with Dreamweaver CS6 and HTML5. I took many tutorials online.

    I've created this site SPECIFICALLY to find the good in the sight of smartphone (480px and less).

    The site is 6 pages in total.

    All display in browsers perfectly - they look correct to the office, laptop and smartphone views.

    All have been approved by the w3.org for validation.

    However, now that I launched the site with my hosting company, the 'look' that I get on the

    Smartphone is what you see on the desktop of the shrivelled restraint - as if none of the gridcontainer

    settings are recognized.

    The domain name is www.marcogliesemarketing.com

    Screen Shot 2015-09-23 at 3.23.06 PM.png

    Here is the code for the container of the grid:

    @charset "UTF-8";

    / * Simple fluids

    Note: Fluid requires that you remove the attributes height and width of the media of the HTML

    http://www.alistapart.com/articles/fluid-images/

    */

    IMG, object, embed, {video

    Max-width: 100%;

    }

    / * IE 6 doesn't support max-width so 100% width by default * /.

    . IE6 img {}

    Width: 100%;

    }

    /*

    Properties Grid Dreamweaver fluid

    ----------------------------------

    DW-num-CLO-mobile: 5;

    DW-num-CLO-Tablet: 8;

    DW-num-OCOL-Office: 9;

    DW-gutter-percentage: 13;

    Inspiration of "Responsive Web Design" by Ethan Marcotte

    http://www.alistapart.com/articles/responsive-web-design

    Golden by Joni Korpi grid system and

    http://goldengridsystem.com/

    */

    / * Mobile layout: 480px and below. */

    {.gridContainer}

    left margin: auto;

    margin-right: auto;

    Width: 87%;

    padding-left: 8%;

    padding-right: 8%;

    background-color: #FFFFFF;

    background-image: url(400%);

    }

    #header {}

    float: left;

    left margin: 0px;

    Width: 100%;

    }

    #main {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 95%;

    display: block;

    }

    {#slider}

    Clear: both;

    background-color: #6699ff;

    float: left;

    display: block;

    Width: 100%;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0px;

    Width: 100%;

    display: block;

    }

    / * Tablet Layout: 481px to 768px. Inherits the styles of: Mobile layout. */

    @media only screen and (min-width: 481px) {}

    {.gridContainer}

    Width: 93%;

    padding-left: 12%;

    padding-right: 1%;

    }

    #main {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 95%;

    display: block;

    }

    #header {}

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#slider}

    Clear: none;

    float: left;

    left margin: 0px;

    Width: 100%;

    display: block;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    }

    / * Office Layout: 769px to a maximum of 1232px.  Inherits the styles of: Mobile and tablet. */

    @media only screen and (min-width: 769px) {}

    {.gridContainer}

    Width: 85%;

    Max-width: 960px;

    padding-left: 12%;

    padding-right: 0.5752%;

    margin: auto;

    }

    #main {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 95%;

    display: block;

    }

    #header {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#slider}

    Clear: none;

    float: left;

    left margin: 0px;

    Width: 100%;

    display: block;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    }

    Thank YOU for your interest in helping a novice!

    (I don't know if anything else I should including here.)

    Mary

    Its a simple oversight that make many, forget to add the viewport meta tag to thesection of the page:

  • Txt to XML table

    I have a table 2D string that I want to put in the XML with the first row (headers) as the tags when its in xml. At the moment when I flattened table, he treats them like any other line and uses own labviews tags. How to separate the first row and make the tags

    Looks like you are trying to make your own custom XML schema. If you use the flatten XML functions, the schema XML of LabVIEW is used. It is documented in the help of LabVIEW. If you have LabVIEW 8.6 or later then you can use the functions and XML parser screws to create your own XML file. If you have an earlier version you can use something like LabXML to create your XML file.

  • Charger xml with sql loader in an xmltype table and show that contain it this XML table

    Hello

    I have a xml document and I want to load in an xmltype table.

    create table foo as xmltype;


    the control file is:


    LOAD DATA
    INFILE
    *
    INTO TABLE foo
    TRUNCATE
    XMLType(XMLDATA)(
    lobfn FILLER CHAR TERMINATED BY
    ',',
    XMLDATA LOBFILE
    (lobfn) TERMINATED BY EOF
    )
    BEGINDATA
    C
    :\Users\xxx\Desktop\file.xml


    now, I want to show the content of the xml file that is loaded at the time of table. How do you?


    select * from foo;   ??


    but this does not show the content of this xml file, but only total, this xml code.



    Thank you

    Hello

    Try to take a look at the Oracle XML SQL functions:

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28369/xdb04cre.htm

  • Dreamweaver CS5 CSS designer equivalent?

    Hi all!

    I learn from a textbook for the class on Dreamweaver CC and I have Dreamweaver CS5 and I do not envy the upgrade immediately since getting pretty comfortable with CS5. I use CC to school but I do not have access on the weekend, that's why I have a different version. Is the designer of CSS just a feature on CC? And for setting margins I would usually just type the code as well, but I do not see how the code is executed in Live View mode. I'm supposed to be seized:

    margin of {15px20px10px5px}

    Unless I'm that captures quite wrong. In any case! I just wanted to see if there was an equivalent to this user interface type! Thank you!

    CrobiN wrote:

    Is the designer of CSS just a feature on CC?

    Yes.  CSS designer panels were introduced in 2013 of CC.  There is no equivalent in CS5 or CS6.

    #selector_ID,.

    {.selector_class_name}

    margin: 15px 20px 10px 5px;  / * use the spaces between the values * /.

    }

    To change, use Design view.  Live View edition has been introduced only recently.   CS5 didn't.

    Nancy O.

  • Extract XML data using XML table NULL recovery

    Hello

    I use XMLtable to recover data using XMLtable

    XML

    "< env:Envelope xmlns:env = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    < env:Header > < / env:Header >

    < env:Body >

    " < = Xmlns:ns1 CreditBureauResponse ' http://www.example.org "xmlns =" " http://www.example.org ">

    < ns1:Body >

    < ns1:MGResponse > & lt; MGResponse xmlns = "urn: crif - messagegateway:2006 - 08-23" > & lt; U2:AUE_RES xmlns:u2 = "urn: AUE" > & lt; U2:response > & lt; U2:CBApplicationId > 123456789 & lt; / u2:CBApplicationId > & lt; U2:ProviderApplicationNo > 123 & lt; / u2:ProviderApplicationNo > & lt; U2:PreviousPhase > D & lt; / u2:PreviousPhase > & lt; U2:ActualPhase > D & lt; / u2: ActualPhase > & lt; U2:ApplicationDeleted > 0 & lt; / u2:ApplicationDeleted > & lt; / u2:Response > & lt; / u2:AUE_RES > & lt; / MGResponse > < / ns1:MGResponse >

    < / ns1:Body >

    < / CreditBureauResponse >

    < / env:Body >

    "< / env:Envelope >.

    I would like to know where I am going wrong

    SELECT x1.*

    OF tmp_xml_aue t.

    XMLTABLE (XMLNAMESPACES ('http://schemas.xmlsoap.org/soap/envelope/"as"env","http://www.example.org"as 'ns1", default'http://www.example.org'), )

    ' / env:Envelope / env:Body / CreditBureauResponse' T.OBJECT_VALUE by the WAY

    columns MGRESPONSE xmltype PATH "ns1:Body/ns1:MGResponse/text()") X 1,

    XMLTABLE (XMLNAMESPACES ("urn: crif - messagegateway:2006 - 08-23' as"v1", default" urn: AUE' '), ' / MGResponse/AUE_RES ' PASSAGE xmltype (DBMS_XMLGEN.convert (X 1.) MGRESPONSE. GETCLOBVAL(), 1))

    columns CBAPPLICATIONID varchar2 (15) WAY "response/CBApplicationId.

    ) X 2;

    Hello

    I saw your question and I hope that the link below will help you solve your solution:

    https://Oracle-base.com/articles/Misc/XMLTable-query-XML-data-from-SQL

    If there are problems more made me know I'll like you the exact solution for your query.

    Kind regards

    Vinoth.

Maybe you are looking for

  • R400 - windows 7 64 bit can't find my ati graphics card

    Hello, I have a computer laptop r400. I have the problem that my windows 7 64 notes that the intel on board graphics card but it does not find my ati graphics card. ati catalyst installer can't find my ati graphics card either. Someone can help me or

  • LaserJet 500 m551 - print CMYK color

    Hello! I need to print separations on m551 color LaserJet 500 files. In particular, I file separations there was only CMY colors.  And black color (gray) got to mix C, M and Y. I had used PLC and PS driver, changed options, but printer uses all color

  • PSC 1210xi all in one is not responding

    My psc 1210xi all in one does not. I was able to use the copy feature stand alone and also print a document from my hp laptop (Windows 7) successfully last night. (After plugging on this laptop for the first time by the way.) Now I am trying to print

  • Remove Dimension is grayed out when you try to delete a dimension of EPMA (Shared Library) - 11.1.2.3.500

    HelloWe use the 11.1.2.3.500 EMP and we created our sides using shared library (EPMA) and all our dimensions are shared across the different planning Application.  Now we want to remove any of the dimension of Shared Library and right-click on the di

  • How can I find the MSVCR110.dll for Photoshop elements 14?

    Hello!You try to start Photo Editor to 14 items, I get the following meessage: "the program cannot start because of lack of MSVCR110.dll on the computer".How the problem?Asbjørn