xsl-list
[Top] [All Lists]

RE: [xsl] column headings in SQL as column-tag

2008-12-09 06:44:30

Questions specific to Saxon are best asked on the saxon-help list at
SourceForge.

You will have to retrieve the results into a temporary tree, and then
transform it to get the column names that you want.

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Ganesh Babu N [mailto:nbabuganesh(_at_)gmail(_dot_)com] 
Sent: 09 December 2008 04:28
To: XSL
Subject: [xsl] column headings in SQL as column-tag

Hai All,

I am working on the SQL extension of Saxon. for column-tag we 
have give the literal value. Is there any way to get the 
column headings in SQL as column-tag values.

Suppose:

Database: Name - Ganesh
                Designation - Manager
                Age - 32


Required result.
<root>
  <row>
     <name>Ganesh</name>
     <designation>Manager</designation>
     <age>32</age>
  </row>
</root>

Regards,
Ganesh

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>