Re: [xsl] Connecting to Data Base using XSL

Subject: Re: [xsl] Connecting to Data Base using XSL
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Wed, 12 Sep 2007 07:17:24 +0200
either you will need to use an extension function appropriate to your
processor or the database would have to be exposed via some protocol
accessible via the document() function - the second seems unlikely.

Best regards,
Bryan Rasmussen

On 9/12/07, Karanam.Chowdary@xxxxxxxxxxxxxxxxxx
<Karanam.Chowdary@xxxxxxxxxxxxxxxxxx> wrote:
>
>
> Hello,
> Can someone help me out in connecting to database using xsl?
> I have to connect to oracle 10g database and retrieve data and display
> it in browser. Say, I have control id in my xml, based on this control
> id I have to get the control name which is in the database. I tried
> using saxon, but I want the results to be displayed in browser not in
> cmd prompt.
>
> This is my XML:
> <CONTAINER ID="1" TYPE="1" CREATEDIV="Y">
>                 <CONTROL_ID>2</CONTROL_ID>
>                 <CONTROL_ID>3</CONTROL_ID>
>                 <CONTROL_ID>7</CONTROL_ID>
> </CONTAINER>
> I shud get the control name from database using the <CONTROL_ID> tag in
> XML.
>
> Note: I m not using any XSLT processor... just editing XSL with Visual
> Studio 2005.
>
>
> DISCLAIMER:
> This message contains privileged and confidential information and is intended only for an individual named. If you are not the intended recipient, you should not disseminate, distribute, store, print, copy or deliver this message. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete or contain viruses. The sender, therefore,  does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required, please request a hard-copy version.

Current Thread