hello
I used the sql Transformer inside an xsl Stylesheet. The resulting output
looks like
<anwendungen>
<rowset>
<row>
<scid>9</scid>
<anwid>3</anwid>
</row>
<row>
<scid>11</scid>
<anwid>4</anwid>
</row>
</rowset>
</anwendungen>
in another stylesheet I'd like to retrieve all the values, but it doesn't
work. The problem is I cannot pass through the rowset element, only <xsl:apply
templates/> works.
I'd like to do <xsl:value-of select="/page/anwendungen/rowset/row/scid"/>
and this is not working.
Normally when I put the sql in the xml the tag looks like
<sql:rowset><sql:row> .
thanks for any help, or do you need more infos?
Tuan
--
+++ NEU bei GMX und erstmalig in Deutschland: T�V-gepr�fter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]