Sitemap question

2001-07-24 Thread Tony Click
I think this is a pretty simple question, but for the life of me I can't get it figured out: Essentially I have a series of xsl transforms that I want to run on an xml file. Basically I'll have n transforms; the first n-1 transforms munge the xml to another variety that is still compatible with

[c2.1] xsp question and a sitemap question

2001-06-12 Thread Donald Ball
1. it's quite simple. i want to pass parameters to my xsp page from my sitemap. the typical modus operandi is to do this: but how do i access the parameter from my xsp page? actions are given a Parameters object, but xsp pages are not, and i don't know how to access the Parameters from the

Re: [c2.1] xsp question and a sitemap question

2001-06-13 Thread giacomo
On Tue, 12 Jun 2001, Donald Ball wrote: > 1. it's quite simple. i want to pass parameters to my xsp page from my > sitemap. the typical modus operandi is to do this: > > > > > > but how do i access the parameter from my xsp page? actions are given a > Parameters object, but xsp pages are not