[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Xalan ODBC extension - implementation

Subject: RE: Xalan ODBC extension - implementation
From: Peter.FLYNN@xxxxxxxxxxxx
Date: Tue, 22 Jan 2002 13:31:46 -0000
RE:  Xalan ODBC extension - implementation
One solution for building the XML representation of the result set is to 
use the meta data returned to form the element names by using the
column names.

So in your example, the returned XML would be:

<RECORD>
	<FRED>test1</FRED>
	<JOE>test2</JOE>
</RECORD>

The hardest part is that the result set may not just return strings, but
you can check for this and create the appropriate XML element.

This is what we do inside out JDBC processing system and it
works quite well.

Regards,
Peter Flynn


********************************************************************

This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person
Thank you

Check us out at http://www.syntegra.com

********************************************************************


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.