Bobby,
a wild guess but... have you put "sql:" namespace in the build.xsl templates
(like in <xsl:template match="sql:rowset">) ?
Best regards,
P.S.
Show your build.xsl to the list, some better ideas may come :)
---------------------------------------------
Luca Morandini
GIS Consultant
[EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------
> -----Original Message-----
> From: Bobby Koya [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 22, 2002 6:41 PM
> To: [EMAIL PROTECTED]
> Subject: missing sql transform data from pipeline.
>
>
> Hi when I execute the following pipeline
>
> <map:match pattern="build">
> <map:generate type="serverpages" src="documents/build.xsp"/>
> <map:transform type="sql">
> <map:parameter name="use-connection" value="eclipsestore"/>
> <map:parameter name="show-nr-of-rows" value="true"/>
> </map:transform>
> <map:serialize type="html"/>
> </map:match>
>
> I get the expected result with the data included in the tag that has the
> sql transform tag. The results are returned as rowset/(row)+
>
> But when I execute the following pipeline and try to access the rowset
> it refuses to match.
>
> <map:match pattern="build">
> <map:generate type="serverpages" src="documents/build.xsp"/>
> <map:transform type="sql">
> <map:parameter name="use-connection" value="eclipsestore"/>
> <map:parameter name="show-nr-of-rows" value="true"/>
> </map:transform>
> <map:transform src="stylesheets/build.xsl"/>
> <map:transform type="extractor"/>
> <map:transform src="stylesheets/fragment-extractor.xsl"/>
> <map:serialize type="html"/>
> </map:match>
>
> build.xsl can't seem to access the rowset. Anyone got any ideas why?
>
> Thanks for any time spent helping me
>
> Sharat Koya
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>