[gnome-db] new function do libgda-xslt
- From: "Pawel Cesar Sanjuan Szklarz" <paweld2 gmail com>
- To: "gnome-db list" <gnome-db-list gnome org>
- Subject: [gnome-db] new function do libgda-xslt
- Date: Fri, 4 Apr 2008 20:15:01 +0200
Hi.
I would like to add a new function to the xslt extension libgda-xslt
sql:getxmlvalue('resultset','columnname')
it will work almost like getvalue, but the return value will be a xml
node and not a string. For example
...
<sql:query name="personInfo">select id, aboutme from person</sql:query>
...
the result
id | aboutme
1 | <?xml?><div><p>hi its me</p></div>
then
<xsl:value-of select="sql:getxmlvalue('personInfo','aboutme')"/>
will return the div node as a XMLNODE object.
The question is, in witch branch add this function?? v4?? 3.2?? both??
Pawel Szklarz
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]