[xsl] column headings in SQL as column-tag

Subject: [xsl] column headings in SQL as column-tag
From: "Ganesh Babu N" <nbabuganesh@xxxxxxxxx>
Date: Tue, 9 Dec 2008 09:58:16 +0530
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

Current Thread