On 05.Jun.2002 -- 03:54 PM, daniel robinson wrote: > I've posted to users but nothing yet. > > I want to pass a parameter from the sitemap file to an XSP. In the Sitemap I > have: > > <map:match pattern="index"> > <map:generate type="serverpages" src="xsp/w3/index2.xsp"> > <map:parameter name="SourcePage" value="Index"/> <--- set > variable here > </map:generate> > <map:transform src="stylesheets/w3/index2.xsl"/> > <map:serialize/> > </map:match> > > and then use it in index2.xsp. I tried this, and lots of other things: > > ...snip... > <esql:execute-query> > <esql:query> > select * from "Story" > where > "ProjectName" = 'MyProj' > and > "PageName" = '"$SourcePage"' <----- use it here
IIRC it should be "PageName"= <esql:parameter><xsp:expr>parameters.get("SourcePage")</xsp:expr></esql:parameter> Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]