How do I pass a parameter from ASP to XSL?
问题 I'm writing a simple asp page to show a team rota based on some XML. Here's the XML: <rota> <shift date="20091201" primary="Chan" secondary="John" notes="notes"></shift> <shift date="20091202" primary="Mike" secondary="Alex" notes="notes"></shift> <shift date="20091203" primary="Ross" secondary="Mike" notes="notes"></shift> <shift date="20091204" primary="Neil" secondary="Ross" notes="notes"></shift> </rota> I want my asp page to show today's rota details and maybe the details for the next