XSL call URL not accepting more than one parameter

Hi,
I'm using PL/SQL to generate XML/HTML output. EVerything seemed to be going fine, until I started trying to pass more than one parameters in my URL when I call my XSL.
Instead of displaying the HTML as defined in the XSL, it just displays the XML page in an XML format.
Sample output is as follows:
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="DP_QUERY_SCHED_PKG3.stylesheet?pthrsh=20&pqsid=2635"?>
- <ARRAY>
- <ROW num="1">
<ACCOUNT_DESC>Accommodation</ACCOUNT_DESC>
<ACTUAL_PERIOD_CREDITS>0</ACTUAL_PERIOD_CREDITS>
<ACTUAL_PERIOD_DEBITS>533307.94</ACTUAL_PERIOD_DEBITS>
<PTD_ACTUAL_NET_ACTIVITY>533307.94</PTD_ACTUAL_NET_ACTIVITY>
</ROW>
- <ROW num="2">
<ACCOUNT_DESC>Accum. Depr. Vehicles</ACCOUNT_DESC>
<ACTUAL_PERIOD_CREDITS>0</ACTUAL_PERIOD_CREDITS>
<ACTUAL_PERIOD_DEBITS>0</ACTUAL_PERIOD_DEBITS>
<PTD_ACTUAL_NET_ACTIVITY>0</PTD_ACTUAL_NET_ACTIVITY>
</ROW>
</ARRAY>

It is work fine for me, but I am using DB Prism on IAS. DB Prism is a servlet engine which works as PLSQL cartridge of OAS.
Check in this url for a demo online of an xml page generated in plsql with two stylesheet generated in the db too. http://cocodrilo.exa.unicen.edu.ar:7777/servlets/xml/demo.xmlcomplex?producer=db
You could fine the source of the demo at: http://cocodrilo.exa.unicen.edu.ar:7777/servlets/plsql/demo.startup
Look for "XML Complex generation" demo.
It has 3 stored procedures in plsql demo.complex, demo.news(a,b) demo.news_text.
Best Regards, Marcelo.
PD: If you need more information about DB Prism and XML capabilities with Apache Cocoon look at: http://www.plenix.com/dbprism/
null

Similar Messages

  • IDLE URL in 8941 doesn't accept more than one parameter

    Hello,
    I created a service that start on idle url.
    Example of the URL
    http://callmanager/service.php?a=11&b=22&c=33
    The problem is: in the 7941 phone model works, but in the 8941 phone model doesn't works.
    In the 8941 model the XML service can get only the first parameter a=11, and ignores the b=22 and c=33.
    In the 7941 model the XML service can get all parameters correctly.
    Someone knows about this problem?
    Thanks,
    T. Sakata

    hi,
    Check these Two Defects :
    IP Phone Freezes when pushing XML - CSCtt07888
    IP Phone Freezes with CiscoIPPhoneMenu - CSCtt37837
    Hope this helps!
    Thanks,
    Karthik

  • Shell script how getopts can accept more than one string in one var

    In shell script   how  getopts  can  accept  more than one string in one variable    DES
    Here is the part of shell script that accepts variables  from the Shell script  but the   DES   variable does not accepts more than one variable.,  how to do this ??
    When i run the script like below
    sh Ericsson_4G_nwid_configuration.sh   -n  orah4g    -d   "Ericsson 4g Child"    -z Europe/Stockholm
    it does not accepts    "Ericsson 4g Child"    in  DES  Variable   and only accepts    "Ericsson"  to DES variable.
    how to make it accept     full   "Ericsson 4g Child" 
    ========================================
    while getopts “hn:r:p:v:d:z:” OPTION
    do
      case $OPTION in
      h)
      usage
      exit 1
      n)
      TEST=$OPTARG
      z)
      ZONE="$OPTARG"
      d)
      DES="$OPTARG"
      v)
      VERBOSE=1
      usage
      exit
      esac
    done

    Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code
    Also, see http://mywiki.wooledge.org/Quotes

  • Can a url referencing an Application Process pass more than one parameter?

    Hello,
    I have a page in an application that uses pl/sql to generate a list of links.
    The purpose of each link is to call another pl/sql procedure which in turn opens/runs a report external to the APEX application (either a call to Oralce Application Server generate live or pull clob stored in database). If the URL calls the pl/sql procedure directly I lose session state and no longer know who the user is. To maintain session state the URL references an APPLICATION_PROCESS. I would like to pass a number of parameters, but can only seem to pass one, using javascript to pass the value to a hidden item which is then accessed in the procedure called by the APPLICATION_PROCESS.
    Can I pass more than one parameter?
    My URL:
    https://<server>/pls/apex/f?p=V('APP_ID'):0:V('APP_SESSION'):APPLICATION_PROCESS=MY_PROCESS:NO::P1NAME:P1VALUE
    I could pass all the parameters in P1VALUE and using a special character delimiter break it up again in the javascript, but would prefer not to.
    Thanks for any help,
    Jock

    Did you mean something like this?
    https://<server>/pls/apex/f?p=V('APP_ID'):0:V('APP_SESSION'):APPLICATION_PROCESS=MY_PROCESS:NO::P1NAME,P2NAME,P3NAME:P1VALUE,P2VALUE,P3VALUE
    Best Regards, Kostya Proskudin

  • My HP Officejet 6500 E709a All-in-One will not print more than one copy at a time.

    My HP Officejet 6500 E709a All-in-One will not print more than one copy at a time.  This is especially disconcerting at Christmas time when you're trying to get Christmas letters in the mail!  Any help?

    The cyan portion of the printhead may be clogged.  I would suggest running the diagnostics shown here.  If three levels of cleaning of the printheads does not resolve the issue you may need a new printhead.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • In Query mode, date items does not accepts more than 10 characters..Why?

    Dear All,
    In my form, While querying my date items, it does not accepts more than 10 Characters. Could it be changeable.
    Actually i want to search like greater than specified date( >01/01/2007 ).
    But i can specify like >01/01/07. After tabbing out from that item, it displays like >01/01/200.
    How to overcome this issue.
    Please help.
    Regards,
    Balaji

    You are absoletely correct Francois!
    Previously i have made a mistake that both of my maximum length and query length property to 20. That time it was not worked. Now i changed my maximum length to the old one like 11 and i changed only the query length to 20.
    Now it is working. I understood the concept wrongly.
    Thanks Francois!

  • jsp:useBean, oc4j does not allow more than one???

    Hi,
    I have a jsp in which i access a bean class.In the same jsp i have another included jsp in which i use one more bean class.The error i get is: "Tag attempted to define a bean which already exists:2nd bean id". Does oc4j not support more than one bean class?Can anybody suggest where i am going wrong?

    Hi Shilpa,
    Is this a Z module pool or you are talking about the standard.
    If it is Z module pool create a new lock object of type exclusive or look out for standard lock object for purchase order in SE11.
    after generating the custome lock object SAP would generate 2 function modules 1) Enqueue_<lock object name> (Request lock) 2) Dequeue_<lock object name>(Release lock).
    call these lock FM'S in your module pool likely in the PBO call the Enqueue FM and process your transaction and finally by the end of the transaction call the Dequeue FM to release the lock locked.
    I believe you can try with the lock object 'EMEKKOE'
    Hope this helps you.
    Thanks and Regards,
    Ranjith Nambiar

  • Dileama: Does my server accept more than one client

    i created a simple server and a client app. but i am unable resolve wether the server is going to accept more than single client. if not, then should i implement threads to accept more than one client on my server.

    i created a simple server and a client app. congrats!
    but i am unable resolve wether the server is going to accept
    more than single client. Not sure what you mean here.... Do you mean "Should I allow it to accept more than one client at a time?" If so, then that's up to you, isn't it?
    if not, then should i implement threads to accept more than
    one client on my server.If so, you mean. Yes, if you want multiple clients to connect, you have the server socket accept the socket connection from the client and pass that socket to a new thread which handles the connection, then the server socket would be free to accept another connection.
    I'm only familiar with the old I/O package, not the New I/O stuff, so this is a bit old school:
    ServerSocket ss = new ServerSocket(1234);
    while(true) {
       Socket s = ss.accept();
       newClient(s);
    private void newClient(final Socket s) {
       Thread t = new Thread() {
          public void run() {
             try {
                BufferedReader in = new BufferedReader(new InputStreamReader(s.getInputStream()));
                PrintWriter out = new PrintWriter(new OutputStreamWriter(s.getOutputStream()));
                out.println("yes?  what is it?");
                out.flush();
                String line;
                while((line = in.readLine()) != null) {
                   out.println("ha ha, you said '" + line + "'");
                   out.flush();
             } catch(Exception e) {
                try {
                   s.close();
                } catch(Exception e) {
       t.start();
    }

  • Can not sync more than one photo folder to my phone. lost all photos???

    Can not sync more than one photo folder at a time from my computer to mu iPhone. How do I get the drop down box to choose my photos, so I can manually pick photo folders???? Lost all my photo folders on phone.

    Create a parent folder on your computer to contain the folders of photos you want transferred to your iPhone. Select the parent folder under the Photos tab for your iPhone sync preferences with iTunes. To add an additional folder of photos to your iPhone, place the folder of photos in the parent folder followed by a sync.

  • K5400 will not print more than one page at a time.

    The K5400 Office Jet Pro will not print more than one at a time when I change the number of pages to print in Printing Preferences.  I have downloaded all the updates available and have tried many times.
    Using a Windows XP SP3 computer.
    Thank you, Marion

    Hi,
    The HP Deskjet 1050 All In One can perform multiple copies at a time. To perform a multiple copy, press the Copy Black or Copy Color button as many times as the copy is required. A maximum of 10 copies can be performed at a time.
    Please open the link below which illustrates the same.
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02459739&tmp_task=prodinfoCategory&lc=en&dlc=en​...
    If the issue persists then, please perform the steps as shown below and check the copying function again.
    Steps to perform a reset.
    Press the Power button ( ) to turn off the product.
    NOTE: The product might not turn off after pressing the Power button. Continue to the next step regardless.  
    Disconnect the power cord from the rear of the product.
    Disconnect the power cord from the electrical outlet.
    Wait 30 seconds.
    Reconnect the power cord to the electrical outlet.
    Reconnect the power cord to the rear of the product.
    Press the Power button ( ) to turn on the product.
    Connect the unit directly to a wall outlet.
    Check the copying function now.
    I hope this resolves the issue, if the error persists then please get back to us.

  • Firefox will not open more than one window and upon restarting will not open the previous tab and refuses to open bookmarks

    Firefox does not open more than one window. I can open plenty of tabs, but not more than one window. Upon closing firefox and trying to restart the browser will not open and needs to be closed through windows task manager. Upon trying to re-open Firefox I receive the 'oops this is embarassing , firefox cannot re-open your tabs" message. When I click on "new session" the bookmarks do not load. It is becoming very frustrating as I am a student and often do lots of research on the web while using lots of open windows.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • My mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    my mac will not copy more than one file at a time and gets locked up if the file is too large, my mac will not copy more than one file at a time and gets locked up if the file is too large

    So now that you have repeated the same thing three times that doesn't make things any clearer at all.
    You are copying files from where to where?
    How are you attempting to copy files, software or click and drag?
    Any other detail would be helpful.
    Allan

  • Hp 1050 will not print more than one copy at a time

    hp 1050 will not print more than one copy at a time

    Hi,
    The HP Deskjet 1050 All In One can perform multiple copies at a time. To perform a multiple copy, press the Copy Black or Copy Color button as many times as the copy is required. A maximum of 10 copies can be performed at a time.
    Please open the link below which illustrates the same.
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c02459739&tmp_task=prodinfoCategory&lc=en&dlc=en​...
    If the issue persists then, please perform the steps as shown below and check the copying function again.
    Steps to perform a reset.
    Press the Power button ( ) to turn off the product.
    NOTE: The product might not turn off after pressing the Power button. Continue to the next step regardless.  
    Disconnect the power cord from the rear of the product.
    Disconnect the power cord from the electrical outlet.
    Wait 30 seconds.
    Reconnect the power cord to the electrical outlet.
    Reconnect the power cord to the rear of the product.
    Press the Power button ( ) to turn on the product.
    Connect the unit directly to a wall outlet.
    Check the copying function now.
    I hope this resolves the issue, if the error persists then please get back to us.

  • HD-DVD created with DVDSP will not use more than one subtitle track

    I have made an HD-DVD with DVD Studio Pro 4.1.2, and added 4 subtitle tracks. When I play the dvd on a Toshiba A1, Apples DVD player and in the emulator I can change the subtitle track in the way that I can see the country code is changing, but no matter what it will only show me the subtitles from the first subtitle track. If I try to change the subtitle track using the remote, I can only turn the first subtitle track on and of, not switch between the different subtitle tracks. I'm a skilled dvd author, and have had several other authors look into the project finding no errors in my programming, so could this be a bug in DVD SP? Does it not allow more than one subtitle track?

    Could be a bug in DVDSP. Also could be a bug in the players firmware. DVDSP never really made it has a fully functional HD DVD authoring tool.

  • In which IT To Date is not allowed & not having more than one record

    Hi all,
    Could you please tell me "In which IT To Date is not allowed & not having more than one record ?"
    Thanks in advance
    Regards,
    Asiya

    Hi,
    Just go through IT0003 and see if it fulfills the requirements or not.
    Param

Maybe you are looking for

  • Standalone java applet

    Hello, I'm having problems trying to run a java applet (a .jar) from the desktop to read info from a software I have on my Palm. I'm not finding an applet launcher anywhere that another post said could be found in the Java folder in the Utilities fol

  • Olevia LT23HVX - Mini g4

    OK, Here's the question. Has ayone had any experience with this TV? Tiger Direct has a great deal on them. Here's the problem. NO DVI input. Although judging by the posts here, that should not be a problem. The manual states that it will support comp

  • The requested security information is either unavailable or cannot be displayed

    Hi all, I've a file server Windows 2008 (not R2) with Service Pack 2, 32 bit. I've a shared directory this directory is the target of a remote FTP server. In this directory I've some files (that a user has put in via FTP) but if I try to view their N

  • Action works, but droplet doesn't-CS4

    Create a droplet that will reduce quality of jpg image to reduce file size for e-mailing: I had created actions and droplets in Photoshop 7 & CS2 without problems. Using Photoshop CS4 11.0 Folders: D:\Storage\convert Source Dir D:\Storage\convert\jpg

  • Why did I have to pay $21.95 to ask about a new phone then get charged it again

    I went in to upgrade my old phone, Before they would even talk to me I had to pay an outstanding balance of $21.95 after paying $400 the week before. Then when I get my next bill the $21.95 is charged to me again, even though paid, plus a $5.00 charg