copy of XSLT creates a xml that returns empty while trying to access the elements using XPATH

Hello

I'm doing a copy - of the function by using the XSLT in jdev. That's what I do

< xsl: param name = "appdataDO" / >

< xsl: template match = "/" >

< ns1:applicationData >

< ns1:applicationId >

< xsl: value-of select = "$appdataDO / ns1:applicationData / ns1:applicationId" / >

< / ns1:applicationId >

< xsl: copy-of select = "/ fslo:ExternalapplicationData / fslo:ApplicationsHDRAddInfo" >

< / xsl: Copy - of >

< / ns1:applicationData >

< / xsl: template >

< / xsl: stylesheet >

After that, I can see the document created in the flow of process like this:

< ns1:applicationData >

< ns1:applicationId > MMMM < / ns1:applicationId >

< ns2:ApplicationsHDRAddInfo >

< ns3:genericFromBasePrimitive > iuoui < / ns3:genericFromBasePrimitive >

< ns4:EstimatedMarketValue > 77 < / ns4:EstimatedMarketValue >

Jih < ns4:PropertyInsuranceFee > < / ns4:PropertyInsuranceFee >

hjh < ns4:LoanOriginationFee > < / ns4:LoanOriginationFee >

KKKKK < ns4:RegistrarFee > < / ns4:RegistrarFee >

hjh < ns4:LoanCashInFee > < / ns4:LoanCashInFee >

< ns4:LoanPaidInCashFlag > cddffgd < / ns4:LoanPaidInCashFlag >

< / ns2:ApplicationsHDRAddInfo >

< / ns1:applicationData >

But whenever I am trying to extract all nodes output I get an empty result. I can copy the whole dataset in the same type of variable.

But I am unable to get the individual elements using XPATH.

I tried to use the exslt for all nodes and xslt 2.0 without success.

Namespaces may be the culprit here. The test in the jdev method can produce a result, but during the execution, the xpath expression returns empty.

I created another transformation where I try to copy the data from the DataObject precious a simple string in an another data object.

This is the test sample source xml transformation created by jdev when testing with all the namespaces, where I try to copy the data into a simple string in an another data object.

" < applicationData xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "xsi: schemaLocation =" http://xmlns.Oracle.com/bpmpa/FS/ulo/types file:/C:/JDeveloper/NewAPP/Xfrm/xsd/ApplicationData.xsd "xmlns =" http://xmlns.Oracle.com/bpmpa/FS/ulo/types "> "

applicationId289 < applicationId > < / applicationId >

< ApplicationsHDRAddInfo >

" < genericFromBasePrimitive xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/types/BasePrimitive "> genericFromBasePrimitive290 < / genericFromBasePrimitive > .

" < EstimatedMarketValue xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> 291 < / EstimatedMarketValue > .

" < PropertyInsuranceFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> PropertyInsuranceFee292 < / PropertyInsuranceFee > .

" < LoanOriginationFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanOriginationFee293 < / LoanOriginationFee > .

" < RegistrarFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> RegistrarFee294 < / RegistrarFee > .

" < LoanCashInFee xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanCashInFee295 < / LoanCashInFee > .

" < LoanPaidInCashFlag xmlns =" http://xmlns.Oracle.com/BPM/PA/Extn/headerCategories/ "> LoanPaidInCashFlag296 < / LoanPaidInCashFlag > .

< / ApplicationsHDRAddInfo >

< / applicationData >

And the xslt transformation

< xsl: template match = "/" >

< ns1:DefaultOutput >

< ns1:attribute1 >

< xsl: value-of select = "/ fslo:applicationData / fslo:ApplicationsHDRAddInfo / custom: LoanOriginationFee" / >

< / ns1:attribute1 >

< / ns1:DefaultOutput >

< / xsl: template >

The result is an empty attribute1. Any help will be appreciated.

Please remove attributeFormDefault = "qualified" elementFormDefault = "qualified" in your XSD

Please visit the following link:

http://www.oraclefromguatemala.com.gt/?p=34

Tags: Fusion Middleware

Similar Questions

  • Hi, my trial period exceeded and buy the complete package of the cloud Barnard for one year, while trying to download the programs continued to show me that my period obsolete preuba.

    Hi, my trial period exceeded and buy the complete package of the cloud Barnard for one year, while trying to download the programs continued to show me that my period obsolete preuba.

    If you updated to Creative Cloud 2015 and some or all of your CC applications show 'trial start or buy now' in the desktop app creative cloud, or if you launch any product of CC 2015 and the pop up displays a test message window, please check this link for the resolution:

    https://helpx.Adobe.com/manage-account-membership/CC-reverts-to-trial.html

  • To access the elements of the scene, via a SWF file that is loaded inside the scene

    -J' I A.fla.

    -A.fla includes buttons, video clips and also B.swf is loaded in A.fla with a CHARGER

    -I want to access the elements in A.fla, from codes actionscript inside B.fla to change these video clips and buttons based on the actions going on in B.swf

    for example, lets say there is an X button in A.fla and there is a button there B.fla, B.swf is loaded into A.fla, and I want the key Y to delete X when you click the button.

    General question: to access the elements in a stage, via a file SWF loaded in this stage.

    This is a way silly to explain: there is this pregnant mom, a child is loaded inside him, now, I want the codes inside the child, access to MOM

    elements, such as lets say, I want the code of the child can make the eyes of MOM flashing faster. logically there is something inside something else, but I want to have access to the bigger picture of what is loaded. I hope I can get my point across.

    I repeat what I replied to your other psoting for this same question and adding just a little bit more...

    If you load a swf into another using the Loader class, then the charger itself is the parent of the loaded swf file, so MovieClip (parent.parent) could help you target the timeline that the charger was born.

    The way to have a loaded file to speak to a parent file is through the sending of events that the parent assigns headphones for after the file has been loaded.  Here is a link to an announcement that could help explain how to implement this.

    http://forums.Adobe.com/thread/470135?tstart=120

    And here's a quick example...

    Example:

    Add something to raise the event in the child:

    dispatchEvent (new Event ("eventTriggered"));

    In your SWF to loading/parent, listen for the complete event on the Loader.contentLoaderInfo.  In the complete event handler, add a listener for the event on the loaded swf file.

    triggered when external swf loading event handler
    function loaderCompleteHandler(event:Event) {}
    (event.currentTarget.content as MovieClip) .addEventListener ("eventTriggered", eventHandler);
    }

    function eventHandler(event:Event):void {}
    trace ("event sent in loaded swf");
    }

    So in your A.swf, you should have the other event and functions of event handler that would take care of control buttons.   Event listeners could be assigned to the B.swf after that that it has loaded.  In your B.swf you just have it dispatches an event and the A.swf manage self adjustments you need taken care of.  This allows the two files to be independent of each other on a functional level.

    Regarding the buttons that you want to disable, you can either use the removeEventListener() method to remove the listeners you have assigned, or you can set the mouseEnabled property to false, or you can set the visible property to false.

  • XML query returns empty when tags no data

    Hi all

    I have a problem that I can't solve.

    I have the following query:
     select
                xmlelement
                (
                   "users",
                   xmlagg
                   (
                      xmlelement
                      (
                         "user",
                         xmlelement
                         (
                            "username",
                            e.pin
                         ),
                         xmlagg
                         (
                            xmlelement
                            (
                               "details",
                               xmlforest
                               (
                                  e.password as "password"
                                 ,e.first_name as "forename"
                                 ,e.surname as "surname"
                                 ,'0' as "retired"
                                 ,e.email_address as "email"
                                 ,e.telephone_number as "phone"
                                 ,'No External Ref' as "externalRef"
                                 ,add_months(sysdate,+60) as "expiryDate"
                               )
                            )
                         )
                      )
                   )
                ) xml_out
             from   aqaost_examiners e
             group by e.pin;
    The query returns the XML code in the desired structure.

    But the problem I have is that when there is no data found by the query, I always get a single row returned by the following: < user > < / users >

    I tried so many things to try to have the query return nothing if there is no data available, but I can't do without something else goes wrong (to mess up the XML structure, etc.).

    Please is - can anyone help or point me in the right direction?

    I thank very you much in advance!

    Robin

    Hello

    Peter,

    This is the GROUP that does this.

    Actually no, the GROUP BY refers to the deepest XMLAgg and is required if e.pin is not unique.

    Let it out, and you also seem to have of many XMLAGG (?)

    That's assuming that e.pin is unique within the table (which is probably a fair assumption in this case).

    In fact, the behavior comes from the XMLAgg in the foreground:

    SQL> select xmlelement("users",
      2           xmlagg(
      3             xmlelement("user",
      4               xmlelement("username", e.empno)
      5             , xmlelement("details",
      6                 xmlforest(
      7                   e.ename as "name"
      8                 , e.job as "job"
      9                 )
     10               )
     11             )
     12           )
     13         ) xml_out
     14  from scott.emp e
     15  where 1 = 0
     16  ;
    
    XML_OUT
    -------------------------------------
    
     
    

    As with other global functions (such as SUM or AVG) adding a GROUP OF 'something' solves the problem:

    SQL> select xmlelement("users",
      2           xmlagg(
      3             xmlelement("user",
      4               xmlelement("username", e.empno)
      5             , xmlelement("details",
      6                 xmlforest(
      7                   e.ename as "name"
      8                 , e.job as "job"
      9                 )
     10               )
     11             )
     12           )
     13         ) xml_out
     14  from scott.emp e
     15  where 1 = 0
     16  group by null
     17  ;
    
    no rows selected
    

    Robin,
    So the more intimate XMLAgg is really necessary, you can use a subquery:

    select xmlelement("users", v.users)
    from (
      select xmlagg(
               xmlelement("user",
                 xmlelement("username", e.empno)
               , xmlagg(
                   xmlelement("details",
                     xmlforest(
                       e.ename as "name"
                     , e.job as "job"
                     )
                   )
                 )
               )
             ) as users
      from scott.emp e
      group by e.empno
    ) v
    where v.users is not null
    ;
    
  • You can create a view that filters (ESX host) Linux machines on the view of the Infrastructure?

    Hello

    We have recently implemented Foglight and VMware plugin. As part of the VMware plugin, Foglight pulls in all the Linux VM machines including the ESX host. Our team of Linux only manages the running redhat Linux hosts. They fail the ESX VM guest. That said, is there a way to create a view that shows only the hosts running redhat Linux?

    For example the view of rail infrastructure below contains 88 Linux machines, but nearly half of them are ESX hosts for our Linux team would not see all these. Is it possible to filter these?

    Any help is appreciated.

    Thank you

    Tony

    The easiest way would be to create a personalized, pair it with Infrastructure and then create a dynamic management component.  This will help create you a rule for "All hosts" where you can find just the hosts that are not of the ESX host and run Linux.

    The query would be:

    detail.topologyTypeName! = "VMWESXServer" & os.longName like «% Linux»

  • Create a hyperlink that will focus more when I save the photoshop to PDF doc?

    Hello

    I am trying to create a hyperlink that will always work when I save all of the Photoshop document in PDF format. I am able to create the hyperlink by using the slice tool, but then when I save it as a PDF, the hyperlink goes.

    I use CS5 on a Mac.

    Thank you!

    I suspect that Photoshop is not appropriate here, you can consider using Indesign for that.

  • How to create a form that adds information to a list on the site of the muse?

    Hello

    I need to create a form for my site of muse. When the form is submitted the information needs to go to a table or database or the list on this site of muse.

    For example, a customer would go on my site and do not want to publish information on what they are looking for. They fill in their details and what they are after and click on submit. Such information would then appear in a list or a table containing information of other customers who submitted information.

    Is this possible? Is it possible to do in Affairs Cataylst? Any assistance or other means would be appreciated.

    CN

    Hello

    Yes it is possible with BC. You can either use the form of Muse or create a form in British Colombia, and then insert the form html code in the Page of Muse.

    Once the user submits the form, a notification would be triggered for you that would show the summary form as what the user has filled in the details.

    In CRM, submitting a form creates an action in respect of the user entity. You can access the case and see related information. In BC CRM, you can directly access all cases and use the filter options to filter with date etc. Alternatively, you can generate a report on the use of the form or the case where he would list details of the user and the field values that the user has submitted.

    Please note, published Muse site are web hosting sites, which does not include the feature of CRM/CMS in order to get the CRM, you must upgrade the site which is the plan of site different from those you get with your subscription to the CC.

    http://www.BusinessCatalyst.com/features/CRM-database

    http://helpx.Adobe.com/business-catalyst/SBO/customer-database.html

    http://helpx.Adobe.com/business-catalyst/SBO/building-customer-report.html

    In addition, I suggest try all features with a place to test first and then, after finalization, you can upgrade to a paid plan.

    Thank you

    Sanjit

  • trying to create a clip that bounces off all four sides of the stage

    using the syntax below I have created a video called "BALL" bouncing to the left 'x' and moves to the right of the scene 'x.520' and bounces in the beginning 'x '.

    HOW CAN I CREATE A CLIP THAT BOUNCES OF THE FOUR SIDES OF THE STAGE AND STOPS ON THE BOUNCE FOURTH?

    var ballTween:Tween = new Tween (ball, "x", Bounce.easeInOut, ball.x, 520, 5, true);

    ballTween.addEventListener (TweenEvent.MOTION_FINISH, tweenFinishedF);

    function tweenFinishedF(e:TweenEvent):void {}

    new Tween(ball,"x",Bounce.easeOut,ball.x,0,5,true);

    }

    Thank you very much!!!

  • Windows 7 x 64 freezes while trying to open the Explorer folders that contain large. TIFF photo file (1 GB and more). Have you seen this reported on other forums - do you know about this bug?

    Hello

    I spotted this problem when I installed a copy of Windows 7 Pro on my Dell Desktop PC friends last month. It's a Dell Dimension 9200, which was purchased at the end of 2006 with Windows XP (Intel Core 2 duo, 2 GB of RAM). I have recommended upgrade for my friend who wanted to use Photoshop CS4 to edit VERY LARGE tiff files he had initially created on a Mac Book Pro. When I say too large files, I mean BIG - there are about 3 files in a folder, and each of them 2.5 to 3 GB. In any case, Photoshop CS4 comes in x 64 taste so I thought that the upgrade to Windows 7 for him allow to use more RAM for files 'heavy' (he bought an extra 2 GB RAM = 4 GB of RAM in total).  I did a clean install (as you have a XP upgrade) and the computer is running as smooth as butter (as is expected of this brilliant OS!)
    However, a particular file which contained the above mentioned large .tiff files kept freezing the computer after we re-established its place in the library of documents, as well as all his other records. All that would be is to open the folder in Explorer and after a few seconds of work properly the computer would hang and we would be forced to HARD REBOOT via the power button. This happens systematically, even miniature previews are off in a systemic way in the menu "folder and search options. The association of default programs on this computer is Windows Live Photo Gallery.  Curiously, these files have worked without problems when the computer was originally installed XP about it.  It made me scratch my head and study this new.
    Hunt through forum highlighted in Bing, I quickly found that others have also encountered this problem too with no guaranteed solution and oddly enough they all happen to be running Windows 7 x 64. People have reported that when they had previous versions of Windows, their large .tiff caused no instability, whether you use XP, Vista x 86 or Vista x 64.  So, I decided to experiment, to discover and to ensure that it was in fact a problem on Windows 7 and not a problem isolated to this Dell computer. Here are my findings:
    • As mentioned, the Dell machine is a little more than 3 years but I ran a Windows 7 compatibility check and each component has been green light - even for 64-bit! So don't get me wrong, there is NO incompatibility occurring with a driver of Dell, or component or blah blah blah with copy of 64-bit Windows 7
    ! It works PERFECTLY (with the exception of this one particular bug that is: P)
    Data sheet:
    Processor Intel core 2 duo 2.0 ghz, 4 GB DDR2 RAM, 256 MB Nvidia graphics card, Windows 7 Professional x 64.
    Result:
    The computer hangs when opening folder in Windows Explorer and CPU Meter gadget shows that RAM has peaked at 100% with a very low CPU activity.
    • The next machine, I tested was a newly built custom PC running on Windows 7 Ultimate x 64 with a much higher spec and day of this years PCs.
    Data sheet:
    Intel Core i7 2.8 ghz, 6 GB DDR3 RAM, 512 MB ATI, Windows 7 Ultimate x 64 graphics card.
    Result:
    The computer hangs when opening folder in Windows Explorer and CPU Meter gadget shows that RAM has peaked at 100% with a very low CPU activity.
    • Third machine, I tested is a new HP Pavilion laptop that I bought an almost as powerful as the second mentioned above, tested PC spec this time under Windows 7 Home Premium x 64 2 weeks ago running.
    Data sheet:
    Intel Core i7 clocked at 1.6 ghz, 4 GB DDR3 RAM, 1 GB Nvidia graphics card, Windows 7 Home Premium x 64.
    Result:
    The computer hangs when opening folder in Windows Explorer and CPU Meter gadget shows that RAM has peaked at 100% with a very low CPU activity.
    • The last tested computer initially once the bug has emerged on the Dell has my custom of origin - the oldest computer office which took place in fact, XP and Windows 7 RC x 86 (before the expiration of the license this week of classes
    !) This is where it gets interesting...
    Data sheet:
    Intel Pentium 4 2.53 ghz, 1.5 GB of RAM DDR1, graphics 128 MB Matrox Parhelia, Partition 1 (core): Windows 7 RC x 86
    Partition 2: Windows XP sp3
    Results:
    Windows 7 RC x 86: a little shakey and enough computer performance slow to create previews, but IS NOT to crash and file reacts normally. CPU Meter gadget displays RAM culminates at 85-90% usage then decreases after preview in Explorer. Takes a little while for files to open in Windows Live Photo Gallery (obviously) but they DO OPEN successfully.
    XP: No problem - file reacts normally.  Files opened successfully in Windows Live Photo Gallery. Well open files in Photoshop.
    Among the four machines tested, we were running a 32-bit/OS cpu and it was the machine that worked as expected.  All them other machines that have been tested AS a FAILED EVENTUALLY WHEREAS, but no matter how new or powerful they may be, could not avoid this problem of hanging with maximum 100% RAM, as observed on the CPU Meter gadget.
    I noticed that this forum has had this problem reported with an available workaround that seems to have helped some people. Here is the link: http://social.answers.microsoft.com/Forums/en-US/w7files/thread/a473c4ca-3fe2-4b6d-847f-6287e4d24e81 was not a difference on every machine I've tested.
    Other forums have reported this problem too. Here is another link I found: http://www.sevenforums.com/performance-maintenance/55003-large-tif-picture-files-slow-computer-tremendously.html
    I found a fix for a bug in the library that was causing the slowness. Link here: http://support.microsoft.com/default.aspx/kb/930097
    However, I don't think it is exactly linked to preview problems TIFF occurring in Windows Explorer.
    First of all, the guys are aware of this problem with Windows 7?
    Second, work on a hot - fix that is soon available for download on Windows Update?
    Thirdly, is there an ETA for how soon a possible fix can and will be issued?
    I hope I have provided enough clear enough details!
    See you soon,.
    Kone

    Try one or more of the steps below, these other methods have helped solve the problem.

    Disable the preview pane in Windows Explorer

    1 double-click oncomputer

    2. click the icon tohide the preview pane beside the icon to get help in the upper right corner of the window

     

    Set the option to optimize this folder for Documents option.

    1. in Windows Explorer, right-click the folder that contains the big .tif files

    2. click on theCustomize tab

    3. in the optimize this folder for drop-down menu select Documents

    4. click onOK

     

    Open the big .tif files in Photoshop and re-save the images using the LZW compression, or one of the other modes of lossless compression that supports the TIFF.

    Thank you

    Bobby

  • I created a movie in movie maker xp - how to access the movie with Windows movie maker 7?

    I want to access the movie file and continue working on it.  Movie Maker (MM) W7 does not open my movie file 1-1/2 years.

    I have a new PC with W7 - I also tried to open MM in virtual XP mode. No luck. There is an MM program in XP mode, but it does not open.  I was charged correctly MM in XP mode from the internet. Loaded, it does not open.

    Is there a way to convert the file MM XP to W7 MM? Much time was spent in a series of films when I was with my old PC with XP and I'm guessing that the XP of MM version now I can't access the files!

    Help!

    No guarantee but something you could try...

    There are two older downloadable versions of Movie Maker
    that will run on Windows 7... Maybe one of them would be open
    your. MSWMM Movie Maker project file. (you do not have XP
    Mode for these)

    And... you must have copies of 'all' (Photos source files,
    Video clips, Audio clips that were in the project). If you are
    success by opening the project file... you will see red Xs.

    Right-click the Xs and navigate to the location where you
    saved the source files to restore the path.

    * Proceed at your own risk *.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Windows Movie Maker Installer for Windows 7
    http://noeld.com/programs.asp?cat=video#wmminst

    Also, Movie Maker 2.6 will work on Windows 7:

    Windows Movie Maker 2.6
    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&id=34
    (this is similar to the version of Win XP Movie Maker 2.1)

    Good luck...

  • Y at - it somewhere that I can access the Elements 9 Mac App Store Editor?

    I need a copy of the Elements 9 Editor from the Mac App Store for product tests. I know that it is abandoned old version, but it must be possible to access somewhere / somehow? I am happy to buy if I can find it!

    Thank you

    I'm not aware of anywhere you can always buy some Elements 9. He's too old.

    You can download a trial version of

    http://prodesigntools.com/Photoshop-elements-9-premiere-elements-9-direct-download-links.h tml

    However you won't be able to use it 30 days because you don't have a serial number and has no way to buy one I know.

  • When you click Web sites my Avast 5.0 antivirus warns me that a malicious URL tries to access my system or that a Trojan horse was prevented access. Malware/Trojan attempt is always of the same address:[Ticon.in/nte/kuz/.exe/xhdoe515bvo3

    Suspect Maleware / Trojan.

    This has happened

    Each time Firefox opened

    == I tried to access a website

    Hello Dave deaf.

    It is possible that you have a problem with some Add on Firefox which is an obstacle to the normal behavior of your Firefox. Have you tried to disable all add-ons (just to see) to see if Firefox goes back to normal?

    Whenever you have a problem with Firefox, whatever it is, you must make sure that it is not caused by one (or more) of your installed modules, whether an extension, a theme or a plugin. To do this easily and cleanly, start Firefox in safe mode (remember to select disable all add-ons when you start safe mode). If the problem goes away, you know that it's an add-on. Disable them all in normal mode and allow them one by one until you find the source of the problem. See this article for more information on troubleshooting extensions and theme and this one for plugins.

    If you need help with one of your modules, you will need to contact the author.

    In addition, it is possible that your system is infected by malicious software. To search for malicious software, install, update and run these programs in this order. They are all free for personal use, some have limited functionality in their 'free mode', but the features you won't miss are not really necessary to find and remove the problem you have. Remember that not all programs detect the malware even!

    Malwarebytes' Anti-Malware - malwarebytes.org/mbam.php
    SuperAntispyware - superantispyware.com
    AdAware - lavasoftusa.com/software/adaware
    Spybot Search & Destroy - safer-networking.org/en/index.html
    Windows Defender - microsoft.com/windows/products/winfamily/defender/default.mspx
    Dr Web Cureit - freedrweb.com/cureit

    If they can't find it or cannot erase it, please tell me and I will provide you with further assistance.

  • To access the elements of the XML object

    A web service is back from the data to me as an XML object. I can access the items in the XML like this:

    & lt; cfset username = #XMLDocument.login.username # & gt; and if I have this dump to screen with cfoutput I get just the user name. But if I try to user the variable username as an attribute within a url cflocation it appears in the attributes with the xml notation, for example in the attributes will be:

    username = & amp; Lt;? XML = 20version & amp %; quot; 1.0 & amp; quot; % 20encoding = & amp; quot; UTF-8 & amp; quo t;? & amp; GT;

    Any help much appreciated. Thank you

    > Username>

    > I can't access like this:
    > #XMLDocument.login.username # this will show all
    > 'User_name '.

    Are you sure? If you view the source, don't you get the whole node?

    > but if I send these details as attributes, as follows:<>
    > url = ' index.cfm? username = #XMLDocument.login.username #... Can I get xml
    > formatting instead of just the user name.

    Well Yes.

    #XMLDocument.login.username # designates the entire node, not just the
    xmlText bit between the tags as you seem to expect. You want to
    just the xmlText node.

    You should probably read the docs on how CF manages XML:
    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/help.HTML?content=XML_02.html.

    --
    Adam

  • Creating a cursor that returns a set and a singleton

    I have a situation where I have dozens of defined statically pl/sql cursors, with treatment outcome, where I would like to change the cursor definitions so that they can be used to return a single line or a set.

    The effect would be to dynamically add a ' where xx.id = < variable > ' predicate to the game oriented cursor return one row, but where if I tell something (I know I can't) as 'where xx.id = ANY', then the predicate is actually ignored.»

    I don't want to use dynamic sql for performance reasons, and of course I don't want to have repeated reams of code and queries.

    Does anyone have any ideas on how to do that?

    Thanks, Jim

    Published by: 922615 on March 21, 2012 19:35

    Looks like you just want

    CURSOR cursor_name( p_id IN NUMBER )
        IS SELECT *
             FROM some_table
            WHERE (p_id IS NULL or id = p_id );
    

    If you pass a NULL value for p_id, you will get all the back ranks. If you pass a non - NULL ID, you'll just line after line.

    Justin

  • How to create a shortcut that will receive an IP address in the URL?

    I have an electronic notebook installed on my home server and have access to the program by entering an IP address
    and the name of the program. (#, #, #, #: / PgmName).  When I create a shortcut and install it as URL, it the
    shortcut of the reports that it is not valid and yet I come in as the URL in any browser.

    What gives?

    The format that you typed contains a colon ":" which is normally the separator for a port number

    ServerName:443 or xxx.xxx.xxx.xxx:443 link to the port of a web server https. Also, you used a comma ',' instead of the period ".".

    UNC shares are normally \servername\sharename

Maybe you are looking for