Another XML problem

Hi all

I wonder if it is possible to do the following to the Director, by using XML.

I have a manager called on mousedown and compares the entry of a member of the specific distribution (En_phrase) with a variable and if it's true he writes in the level appropriate to the memory of bots. In particular:

on Intro_variations

-Script of introduction to store expressions in memory levels different robots

re = "[\.\,\?\!]| \s+$"
re2 = "[\.\,\?\!]| ^\s+"

mq1I = "what attractions of the Castle, are we going to visit?
mq2I = ' Why can't create my own journey to the Castle?
mq3I = "what happens if I get lost?
mq4I = "how to use the system can you repeat?

PD0 = [mq2I, mq3I, mq1I, mq4I]

REAL CASE OF
<>(PD0.getPos(member_("EN_text").text) 0):
Member ("Level_1"). Text = RegExp_Replace (lineText, re, "", "GI")
Member ("Level_1"). Text = RegExp_Replace (lineText, re2, "", "GI")
CASES OF TERMINATION

end

The subject text contains phrases that are updated based on what my user selects text meber onstage dialogue that is updated through a XML database. It then compares the value of the meber English text variables in the list and if it is true, he wrote the sentence at level 1. Now, my question is this, is there a way to analyze specific nodes of my sentence XML file (for example, the level 1 node sentences) return the result to the Director, to curb the block of text into individual sentences and automatically fill in the values of each variable?

For example: values(mq1I...mq4I) variables are contained in the < level1 > xml node < / level 1 >. I know how to read this node and return the result to the Director, but I don't know how the result of brake booster and individual sentences of my aytomatically of variables values. Quelque_chose as: 1) the block of text in sentences of brake, 2) fill in the mq1I variable with the "what attractions of the Castle, are we going to visit?", mq2I with "Why can't create my own journey to the Castle?" and so on! Or even if it is possible to avoid the use of variables and populate the list with each of the phrases aytomatically!

Any ideas will be greatly appreciated

Thank you very much

It is not clear (to me) of your original post you need to do. You say:

For example: values(mq1I...mq4I) variables are contained in
the xml node . I know how to read this node and return
the result to the Director, but I don't know how to stop the result in
individual sentences and fill in the values of my aytomatically of variables.
Quelque_chose as: 1) brake block of text in sentences, 2) fill in variable
mq1I with the "what attractions of the Castle, are we going to visit?
mq2I with "Why can't create my own journey to the Castle?" and so on.

It seems you read a XML node and wanting to break up in
individual lines and then assign each line to a variable named.
Perhaps something like the following will help you:
--
-tNodeString = "".
tList =]
nLigne = tNodeString.line.count
Repeat with l = 1 to nLigne
tList.append (tNodeString.line [t])
end repeat
-tList now holds individual lines of you original node
"- something you seemed to do with ' PD0 = [mq2I, mq3I, mq1I, mq4I].

Tags: Director

Similar Questions

  • An another XML problem2

    This is a script that Sean was suggested in the first post of my XML problem:

    --
    -tNodeString = "< node as read in your parsed XML >".
    tList =]
    nLigne = tNodeString.line.count
    Repeat with l = 1 to nLigne
    tList.append (tNodeString.line [t])
    end repeat
    -tList now holds individual lines of you original node

    Now my problem is the following:

    Let's say I have analyze these two nodes in the tnodestring

    have these two nodes:

    < Use_5_1 > Hm, can I trust your judgment?
    OK, but I always prefer to choose what I want to see me!
    I would like to ask you another question! < / Use_5_1 >

    < Use_5_3 > Ok, but I prefer to do I want to see me!
    No problem, you seem to know what you're doing, and I'm sure I will enjoy the tour!
    I would like to ask you another question! < / Use_5_3 >

    Using the script Sean suggested will return me a list of all THE lines of two nodes. What I want to do is to extend the script to find the dublicate rows (e.g., I would like to ask another question!) and return to the list as one of the two entrances. Is it possible to do? Once again thank you very much for your valuable contribution so far! Your help is invaluable to me!

    > --
    > - tNodeString = "".
    [> tList =]
    > nLigne = tNodeString.line.count
    > repeat with l = 1 to nLigne
    > tList.append (tNodeString.line [t])
    > end repeat
    > - tList now holds individual lines of you original node

    -tNodeString = "".
    tList =]
    nLigne = tNodeString.line.count
    Repeat with l = 1 to nLigne
    tText = tNodeString.line [l]
    -If the text is already in the list, skip to add it and
    -move to the next text line
    If tList.getPos (tText) and then repeat
    tList.append (tText)
    end repeat

  • error in xml problem cf10 installation - conflicting values for method of output property

    We just finished a 10 ColdFusion on Windows Server 2008 R2 installation. After dealing with some configuration issues, we are now facing a problem that we cannot understand. Searches on Google for almost nothing returned error.

    The error occurs when xmltransform is called a CFC file. The error we get from CF is:

    An error occurred during the processing of an XML document

    Cannot compile the style sheet. 1 error found.

    It is not very useful. In the error.log file - coldfusion, we have this entry:

    Error in xsl: output on column of the 2 193 row

    XTSE1560: Conflict of values for the method of output property

    Someone has ideas of how to do to solve this problem? Is this something simple that we overlooked, or a fundamental difference between the way CF10 manages xmltransform?

    Thank you

    Jamie Carter

    This tells us that there is another xsl: output defined elsewhere. Have you checked the included XSL files?

  • Question of XQuery - referencing another xml

    Hi - I'm new to FLWOR (but quite well with XPath), so forgive me if this is something that is frequently asked. I have read the documentation and looked at the examples, and I can't find anything that answers my question.

    I have a xml structure that contains references to other data inside xml (uh, let's say it's "relational", oops)- and I want to return the entire node with these references resolved to their actual values.
    For example, consider the example par excellence/billing for the order. I have a catalog from xml documents that contain references to "elements":
    <order id="some-order-id">
       <!-- lots of other nodes and various levels of nesting here -->
       <items>
         <item refid="item1"/>
         <item refid="item43"/>
       </items>
       <!-- more stuff -->
    </order>
    I want to do is return the order node with the real node full < element > corresponding to this identifier (possibly another container, etc.)
    so:
    <item id="item1">
      <type>widget</type>
      <name>My Widget</name>
      <description>a new widget that toy will love</description>
      <price>99.99</price>
    </item>
    The only way I've seen do it now is with a nested FLWOR statement:
    for $order in collection("orders.dbxml")/order[id=$orderid]
    return
    <order id="{$order/@id}">
      <!-- all that other order stuff -->
      <items>
       { for $itemid in $order/whatever/items/item/@refid
            { for $item in collection("items.dbxml")/item[@id = $itemid]
               return $item
            }
       }
      <items>
      <!-- rest of order node -->
    </order>
    The problem is - I have to manually rebuild the node of any order elemnt by element and attribute by attribute. Is there another way to do this?

    Published by: user10985240 on May 8, 2009 08:36

    Hello

    You can use what is called an expression of the transformation, which is provided by the update of XQuery. First of all, it makes a copy of some data, then it modifies parts of this copy in place and returns the result. Something like this:

    copy $order := collection("orders.dbxml")/order[id=$orderid]
    modify (
      for $item in $order/whatever/items/item
      return replace node $item with collection("items.dbxml")/item[@id = $item/@refid]
    )
    return $order
    

    John

  • Turn on 15 in 1 card reader it was off for another troubleshooting problem

    All trying to solve another problem the 15 in 1 reader was off another problem has been resolved the reader was not been turned back on help

    I saw not a device with an option switch for the card reader, but I didn't know of every unit ever made.

    What is the product number?

    Do you know where it has been disabled?  Coincidentally, it has been disabled in Device Manager?

    The card reader should be listed under the following image-based disk drives.  You can try to uninstall/reinstall the card reader (s) of the device, as Manager indicated to half way down in this document.  The document is for Vista, but the steps are similar for Windows 7.

    In Device Manager, a disabled device will have an arrow icon down on it.  If it does not indicate that it is disabled, right click on it and selecting activate should allow it.

  • integer to another class problem, please help :D

    I tried a day now to solve this problem and I'm stumped. Could someone please point out what's wrong with the following code? I'm moving an integer of a class to another.

    ButtonField nextBut = new ButtonField ("Next", Field.FIELD_HCENTER) {}
    protected boolean trackwheelClick (int status, int time) {}
    If (firstChoice == 0) {}
    Dialog.Alert ("you must choose!");
    }
    else {}
    int firstChoices = firstChoice;
    UiApplication.getUiApplication () .popScreen (Ui.getUiEngine () .getActiveScreen ());
    UiApplication.getUiApplication () .pushScreen (new newGame3 (firstChoices));
                       
    }
    Returns true;        }
    public int getPreferredWidth() {}
    Return Display.getWidth ();
    }
    Protected Sub paint (Graphics Graphics) {}
    graph.setBackgroundColor (Color.BLUE);
    graph.fillRect (0, 0, getWidth(), getHeight());
    graph.setColor (Color.RED);
    Graph.Clear ();
    Super.Paint (Graph);
    }
    };
           
    nextBut.setFont (Font.getDefault () .derive (Font.BOLD));
           
    FieldChangeListener lnextBut = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    }
    }
    ;
    nextBut.setChangeListener (lnextBut);
    VMAN. Add (nextBut);

    the other class

    public class newGame3 extends form {}
       
    public newGame3 (int firstChoices) {}
    LabelField t1 = new LabelField ("new game 3" + firstChoices);
    Add (T1);
    }
    }

    I think Rexdoug meant firstChoice.

    Give a look at this example. You should get whats wrong on your code.

    public class TestScreen extends MainScreen
    {
        int firstChoice = 5;
        public TestScreen()
        {
            ButtonField nextBut = new ButtonField(" Next ", Field.FIELD_HCENTER | ButtonField.CONSUME_CLICK);
            FieldChangeListener lnextBut = new FieldChangeListener()
            {
                public void fieldChanged(Field field, int context)
                {
                    UiApplication.getUiApplication().popScreen(Ui.getUiEngine().getActiveScreen());
                    UiApplication.getUiApplication().pushScreen(new NewGame3(firstChoice));
                }
            };
            nextBut.setChangeListener(lnextBut);
            this.add(nextBut);
        }
    } 
    
    class NewGame3 extends MainScreen
        {
            public NewGame3(int firstChoice)
            {
                LabelField t1 = new LabelField(" New Game 3 "+ firstChoice);
                this.add(t1);
            }
        }
    

    Concerning

    Bika

  • Composition within another composition - problems

    I have a composition within another composition, but for some reason, the elements inside the composition of the 'child' do not appear where they should do the loading of the page. If I move the edge of the Explorer by a single pixel or more... they all go in the right position.

    The site is Ord River Sports and here are the screenshots.

    Anyone know what is happening here... Muse bug or I do something wrong?

    The loading of the page (no icons and nothing is aligned)...

    Screen Shot 2016-07-08 at 7.32.22 PM.png

    Once I drag the browser a bit (everything works fine?) ...

    Screen Shot 2016-07-08 at 7.32.39 PM.png

    So, I realized what was causing this problem. It was the SVG icons. I replaced all the SVG with png and it works perfectly.

    Adobe... SVG is causing this issue. Please take note and correct this bug. I also noticed that SVG cause major problems with the widget Menu engine Muse themes.

  • Import from another catalog problem

    Hi there anyone able to provide assistance.

    I have 834 images in a catalog that I captured on an assignment and would like to import into my main catalog on my desktop.

    When I select import into another catalogue (launched from my catalog of office), I get the following dialog box. The problem is I can see no sign of these files anywhere on my main catalog either through Lightroom or Explorer and for some reason usually allow me to save all 834 files in this catalog. I even tried to change the file names of all 834 files with the same result.

    I do not want to import these files through the import method, as I have already done editing files and would like to keep these corrections.

    I am a loss as what to do next - anyone with any suggestions?

    Robert

    Hi Boley

    • Open the catalog from the old
    • In Lightroom (library Module) go to the library > find all missing Pictures(Menu bar)
    • Also check how many photos does in all of the photographs
    • Check how many of them is missing (a new option will appear photographs of missing persons)

    Lack of files in the develop Module, they will have to tick ' ! . Sign

    Concerning

    Assani

  • Generation XML problem in APEX ORA-06502

    Hi, I have a problem with the generation of XML, I developed an application in the APEX, and in an html page, I have this process: +.

    declare
    l_XML varchar2 (32767).
    Start
    .......
    Select xmlElement
    (
    "iva"
    xmlElement ("numeroRuc", J.RUC),
    xmlElement ("razonSocial", J.RAZON_SOCIAL),
    xmlElement ("idRepre", J.ID_REPRE),
    xmlElement ("rucContador", J.RUC_CONTADOR),
    xmlElement ("anio", J.ANIO),
    xmlElement ("my", J.MES),

    xmlElement
    (
    "shopping."
    (
    Select xmlAgg
    (
    xmlElement
    (
    "detalleCompra,"
    -xmlAttributes (K.ID_COMPRA like "COMPRA"),
    xmlForest
    (
    K.COD_SUSTENTO as "codSustento."
    K.TPLD_PROV as "tpldProv."
    K.ID_PROV as "idProv."
    K.TIPO_COMPROBANTE as "tipoComprobante."
    TO_CHAR (K.FECHA_REGISTRO, ' DD/MM/YYYY "") as "fechaRegistro."
    K.ESTABLECIMIENTO as "food."
    K.PUNTO_EMISION as "puntoEmision."
    K.SECUENCIAL as "secuencial".
    TO_CHAR (K.FECHA_EMISION, ' DD/MM/YYYY "") as "fechaEmision."
    K.AUTORIZACION as 'autorizacion. "
    TO_CHAR (K.BASE_NO_GRA_IVA, 9999999999.99) as "baseNoGraIva."
    TO_CHAR (K.BASE_IMPONIBLE, 9999999999.99) as "baseImponible."
    TO_CHAR (K.BASE_IMP_GRAV, 9999999999.99) as "baseImpGrav."
    TO_CHAR (K.MONTO_ICE, 9999999999.99) as "montoIce."
    TO_CHAR (K.MONTO_IVA, 9999999999.99) as "montoIva."
    TO_CHAR (K.VALOR_RET_BIENES, 9999999999.99) as "valorRetBienes."
    TO_CHAR (K.VALOR_RET_SERVICIOS, 9999999999.99) as "valorRetServicios."
    TO_CHAR (K.VALOR_RET_SERV_100, 9999999999.99) as 'valorRetServ100 '.
    ),
    xmlElement
    (
    'air ',.
    (
    Select xmlAgg
    (
    xmlElement
    (
    "detalleAir,"
    xmlForest
    (
    P.COD_RET_AIR as "codRetAir."
    TO_CHAR (P.BASE_IMP_AIR, 9999999999.99) as "baseImpAir."
    TO_CHAR (P.PORCENTAJE_AIR, 999.99) as "porcentajeAir."
    TO_CHAR (P.VAL_RET_AIR, 9999999999.99) as 'valRetAir '.
    )
    )
    )
    ANEXO_COMPRAS p
    where P.ID_COMPRA = K.ID_COMPRA
    AND P.ID_INFORMANTE_XML = K.ID_INFORMANTE_XML
    )
    ),
    xmlElement ("estabRetencion1", K.ESTAB_RETENCION_1),
    xmlElement ("ptoEmiRetencion1", K.PTO_EMI_RETENCION_1),
    xmlElement ("secRetencion1", K.SEC_RETENCION_1),
    xmlElement ("autRetencion1", K.AUT_RETENCION_1),
    xmlElement ("fechaEmiRet1", to_char(K.FECHA_EMI_RET_1,'DD/MM/YYYY'));
    xmlElement ("docModificado", K.DOC_MODIFICADO),
    xmlElement ("estabModificado", K.ESTAB_MODIFICADO),
    xmlElement ("ptoEmiModificado", K.PTO_EMI_MODIFICADO),
    xmlElement ("secModificado", K.SEC_MODIFICADO),
    xmlElement ("autModificado", K.AUT_MODIFICADO)
    )
    )
    SRI_COMPRAS k
    WHERE K.ID IS NOT NULL
    AND K.ID_INFORMANTE_XML = J.ID_INFORMANTE
    AND K.ID BETWEEN 1 AND 25
    )
    )
    ). getClobVal()
    in l_XML
    ANEXO_INFORMANTE j
    where J.ID_INFORMANTE =: P3_MES
    and J.RUC =: P3_ID_RUC
    and J.ANIO =: P3_ANIO
    and J.MES =: P3_MES;

    -HTML
    sys.owa_util.mime_header('Text/XML',false);
    sys. HTP.p ("Content-Length: ' |") length (l_XML));
    sys.owa_util.http_header_close;
    sys. HTP. Print (l_XML);
    end;



    Now my table contains over 900 lines and only when I specifically chose 25 rows of the table "ANEXO_COMPRAS" in the case (AND K.ID BETWEEN 1 AND 25) the generated XML.

    I think the problem may be with the data type that is declared 'varchar2', but I tried with "CLOB" data type, and the error is the same. +

    declare
    l_XML CLOB.
    Start
    -View XML
    sys. HTP.init;
    wwv_flow.g_page_text_generated: = true;
    wwv_flow.g_unrecoverable_error: = true;

    -Select XML
    Select xmlElement
    ( .......

    )
    SRI_COMPRAS k
    WHERE K.ID IS NOT NULL
    AND K.ID_INFORMANTE_XML = J.ID_INFORMANTE
    .........
    ). getClobVal()
    in l_XML
    ANEXO_INFORMANTE j
    where J.ID_INFORMANTE =: P3_MES
    and J.RUC =: P3_ID_RUC
    and J.ANIO =: P3_ANIO
    and J.MES =: P3_MES;

    -HTML
    sys.owa_util.mime_header('Text/XML',false);
    sys. HTP.p ("Content-Length: ' |") length (l_XML));
    sys.owa_util.http_header_close;
    sys. HTP. Print (l_XML);
    end;

    The error generated is ORA-06502: PL/SQL: digital error or value+ _

    Please I need your help. I don't know how to solve this problem, how to use the 'CLOB' data type to the XML file can be generating+.

    Published by: JohannaCevallos07 on 26-sep-2012 10:52

    In the DECLARE section:

    l_xml       clob;
    chunk_size  pls_integer := 32767;
    

    then replace

    htp.print(l_XML);
    

    with the loop:

    for i in 0..trunc((dbms_lob.getlength(l_xml) - 1) / chunk_size)
    loop
      htp.prn( dbms_lob.substr(l_xml, chunk_size, 1 + i*chunk_size) );
    end loop;
    
  • Access to multimedia files from another server problem

    Currently I am working in a project with streaming video on-demand and using FMS 4.5 .


    " Say the FMS is installed on a machine say ' 121.123.35.34 ' and there is another server"100.54.88.222". where all media files belong Now we need point to this third-party server to play videos of FMS. I did the changes below:

    In the fms.ini file: set VOD_DIR2 = \\100.54.88.222\myvideos

    In the application.xml: added stream: streams >/HR; ${VOD_DIR2} < / flow >

    My request for access to the path of the flv as: source = "rtmp: / / 121.123.35.34:1935/vod/hr/test. Not able to access the video.


    Note: If I say "C:hrvideos" in VOD_DIR2, then I'm able to access videos using the same URL.


    I also tried mapping the path shared the machine to the FMS and then saw the drive mapped path in the VOD_DIR2, but it does not work.

    Please let me know:

    1. If we set up any other parameter videos from another server.
    2. VOD_COMMON_DIR: I modified this similar to VOD_DIR in the directory "C:hrvideos", I am able to stream videos with http, rtmp, but not the jet of abl eto.

    Please let me know we can disseminate via http too as we need to run the f4m manifest file.

    http://121.123.35.34:8134/vod/hr/sample.mp4.

    http://121.123.35.34:8134/vod/hr/sample. F4M


    Thank you

    Anjali

    Hello

    For RTMP: Try mapping to another server.

    For HTTP: Yesy you can change the DocumentRoot directive, but then it will search for content in this folder for all types of applications and not just HDS VOD.

    To configure only HDS - VOD, positioned on the HttpStreamingContentPath:

    Change this HttpStreamingContentPath '... / webroot/vod " to HttpStreamingContentPath" C:/hrvideos "

    Note that the location is now absolute and oblique. Likewise, you can put in a network address.

    Thank you

  • Aggregation XML problem

    Hi all
    a have a problem of aggregation xml on the hierarchy of an xml document.
    Following initial position:

    XML-Structure:
    < layer 1 > (FK)
    < layer 2 > (FK)
    < layer 3 > (FK)
    < layer 4 / > (PK)
    < / Layer 3 >
    < / Layer2 >
    < / Layer1 >

    Now, I want to generate the XML from the database:

    create or replace view xml
    as
    Select XMLELEMENT ("layer1",

    (SELECT XMLAGG)
    XMLElement ("Layer2",

    (SELECT XMLAGG)
    XMLElement ("Layer 3",

    (SELECT XMLAGG)
    XMLElement ("Layer4",

    ))
    TABLENAME k1 where k1.layer3_id = k2.layer3_id)))

    TABLENAME k2 where k2.layer2_id = k3.layer2_id)))

    TABLENAME k3 where k3.layer1_id = kmp.layer1_id)))
    )))
    XML
    TableName kmp


    but I think it's the wrong way to solve the problem.
    Someone at - it a suggestion, to manage such structures of aggregation?

    Thank you in advance

    Yes, it helps.

    I don't see anything inherently wrong with your first approach.

    If necessary the table access can be optimized with indexes in _id columns (if they aren't already there), or perhaps a subquery factoring (use WITH clause).

    However, you can also try the following:

    create table sample_data as
    select 1 furniture_id, 1 room_id, 1 house_id, 1 family_id from dual union all
    select 2 furniture_id, 1 room_id, 1 house_id, 1 family_id from dual union all
    select 3 furniture_id, 1 room_id, 1 house_id, 1 family_id from dual union all
    select 4 furniture_id, 2 room_id, 1 house_id, 1 family_id from dual union all
    select 5 furniture_id, 3 room_id, 1 house_id, 1 family_id from dual union all
    select 6 furniture_id, 4 room_id, 2 house_id, 1 family_id from dual union all
    select 7 furniture_id, 5 room_id, 3 house_id, 2 family_id from dual union all
    select 8 furniture_id, 6 room_id, 3 house_id, 2 family_id from dual union all
    select 9 furniture_id, 6 room_id, 3 house_id, 2 family_id from dual union all
    select 10 furniture_id, 6 room_id, 3 house_id, 2 family_id from dual;
    
    SELECT xmlelement("Families",
             xmlagg(
               xmlelement("Family", xmlattributes(family_id as "family_id"),
                 xmlagg(house)
               )
             )
           ).getclobval() as "Doc"
    FROM (
      SELECT xmlelement("House", xmlattributes(house_id as "house_id"),
               xmlagg(room)
             ) as house,
             family_id
      FROM (
        SELECT xmlelement("Room", xmlattributes(room_id as "room_id"),
                 xmlagg(
                   xmlelement("Furniture", xmlattributes(furniture_id as "furniture_id"))
                 )
               ) as room,
               house_id,
               family_id
        FROM sample_data
        GROUP BY room_id, house_id, family_id
      )
      GROUP BY house_id, family_id
    )
    GROUP BY family_id
    ;
    

    It takes a single scan of the base table, since the groups are built by children (PK) parents, instead of parents to children in the first approach.

  • A XML problem

    Hi all

    I wonder if you can help me with this! I have the script according to which loads an xml file based on the value of the variable xmlopen.

    Global gFileIO, gmain xmlopen

    on startmovie

    FileOpen - decide which files to open XML

    global gFileIO
    gFileIO = new (xtra "FileIO")
    gFileIO.openFile (the "XML\" of the moviePath & xmlopen & "" & ".xml", 1).
    tXMLStr = gFileIO.readFile)
    gFileIO.closeFile)
    gFileIO = CANCEL
    global gXMLObj
    gXMLObj = new (xtra "XMLParser")
    gXMLObj.parseString (tXMLStr)
    global Gmain
    Gmain = gXMLObj.makeList)
    gXMLObj = CANCEL

    The load is OK, but my problem is when I try to access the root xml node (which each time has the same name as the xml variable). For example:

    If xmlopen = Architecture_Pr then root node = Architecture_Pr

    Based on this logic Director should accept the following string

    Member ('Container'). Text = gmain [1].xmlopen.locD_Intro_A ["!] CHARDATA"]. But unfortnately not! It returns an error. Is it possible to declare xmlopen as a Director variable will not be confused as a node name?

    Thank you very much

    > gmain = member("container").text [1].xmlopen.locD_Intro_A ["!] CHARDATA"]. But
    > unfortnately not! It returns an error. Is it possible to declare xmlopen as one
    > variable so Director will not be confused as a node name?

    If I understand your question, then you should use something
    as:
    Member ('Container'). Text = .locD_Intro_A (gmain [1] [xmlopen]) ['!] CHARDATA"]
    Or:
    Member ('Container'). Text = gmain [1] [xmlopen] ['locD_Intro_A'] ['!] CHARDATA"]

  • Line by default XML problems

    As a newbie, I'm learning all the samples available to improve the sites which I support. I am currently using XML data to dynamically update a page. I successfully modified the example of employees.html...

    Solved problem with original employee demo vs a bad copy.

    As a newbie, I'm learning all the samples available to improve the sites which I support. I am currently using XML data to dynamically update a page. I successfully modified the example of employees.html...

    Solved problem with original employee demo vs a bad copy.

  • Printing XML problems

    Hello, we print the DDA XML and XML check writer from the PDF file generated in Oracle. What we see in the. PDF and what we see on the printed paper is actually different. Printing seems to have shifted downwards which is actually in the PDF file. Everyone knows about similar problems?

    Thanks, Naveen G.

    You print it directly from the concurrent request or after you open the pdf file? If it's the latter, then it is a printer problem most likely... If the CP... Please provide details...

  • Build the option export to another workspace - problem

    Hi all

    I have a page with the two regions. Logically, the two regions are mutually exclusive, only must never appear. I have created a compilation called "Simulated Login" option and set the option of compilation of region 1 to "{not simulated Login}" and the option of compilation of region 2 to «Simulated Login» When I run the page and the build option is excluded, I see only region 1. When the build option is included, I see only region 2.

    I have a problem when I export my application to a different workspace. Region 2 compilation option is still defined as the original application, but region 1 build option is not set after import - it should be "{not simulated Login}" but instead, it is empty. Now, when I run the page and the build option is excluded, I see only region 1 and when it is included, I see the two regions.

    In the meantime, I'll create another obvious option of compilation as a workaround - I'll have to make sure I have keep the two build options defined as opposed to eachother!

    Request Express 3.0.1.00.07. Database: 10.1.0.5.0 - Production

    Kind regards

    Jerry

    Jerry,

    You're absolutely right, good grip. We'll fix it.

    Scott

Maybe you are looking for

  • Cover profile

    After surfing the help article titled 'profiles - where Firefox stores your bookmarks, passwords and other user data', I still couldn't locate my profile. My old computer was down and I was able to read the data from the old hard drive, it was in Win

  • Problem starting recovery Z570

    Hey guys. I have laptop with win 7 homepremium z750 ideapad and his works fine since I installed win 8... the problem now tries to use the recovery with a key recovery normally open program I choose System Recovery then restart and boot into Windows

  • application of 32-bit VC ++ does not style xp on windows server 2003 x 64

    I have an old application VC6 and I turn into VS2010 and add style xp by using Add following code to stdafx.h #if _M_IX86 defined #pragma Comment (linker, "/ /MANIFESTDEPENDENCY: \" type = "win32" name version = 'Microsoft.Windows.Common - controls =

  • Error Code 0x800A0007 Windows XP

    I see solutions for Vista and Windows 7. What about Windows XP?

  • How to install a program?

    How to install a program?