here is the sitemap segment that shows what I am trying to do. <map:match pattern="group2.xsp"> <map:act type="mod-db-sel" action="sel-ci"> <map:parameter name="table-set" value="content_item"/> <map:generate type="serverpages" src="group2.xsp"/> <map:transform src="xsl/dynamic-page2html.xsl"/> <map:transform src="xsl/stupid.xsl"> <map:parameter name="use-request-parameters" value="true"/> <use-session-info>true</use-session-info> </map:transform> <map:serialize/> </map:act> <map:read src="finished.html"/> <map:serialize type="html"/> </map:match>
The kicker is that I can see the values in the logs, but I cannot see the values reflected in the xsl. On a related not, if I add row-count in as a parameter, then it will show up in the xsl, but no other values will. Once again any help greatly appreciated. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>