Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Oracle XSQL utility

From: Mukul Gandhi <mukul_gandhi@-----.--->
To: xml-dev@-----.---.---
Date: 8/2/2005 8:18:00 AM
I am using Oracle XSQL Servlet provided with Oracle 8i
to generate XML from a database table.

My .xsql file looks like this
<?xml version="1.0"?>
<xsql:query xmlns:xsql="urn:oracle-xsql"
connection="demo">
   SELECT 'Hello World' AS "GREETING" FROM DUAL
</xsql:query> 

The connection demo is configured properly in
XSQLConfig.xml file.

When I give the following URL on browser
http://localhost:9080/StylesheetProject/hello.xsql

I get output
SELECT 'Hello World' AS "GREETING" FROM DUAL 

*The query is not getting executed"

Instead following output should appear
<?xml version = '1.0'?>
<ROWSET>
  <ROW id="1">
    <GREETING>Hello World</GREETING>
  </ROW>
</ROWSET> 

I am following the article
http://www.oracle.com/oramag/oracle/01-jan/o11xml.html

Can somebody tell what could be the problem?

Regards,
Mukul


		
__________________________________ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent