xsl-list
[Top] [All Lists]

[xsl] column headings in SQL as column-tag

2008-12-08 23:28:41
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>
--~--

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