I'm wondering if there is a way to include a query string parameter in an xsl
stylesheet.

I have a script that does this:

xslt_process($xsltprocessor,$xml,$xsl);

I'd like to include the value of a variable passed to this script via a query
string (eg. xmlscript.php?p=3 ), whereby the value '3' is passed to the xsl
stylesheet somehow. The xsl stylesheet should then only process section 3 of the
xml document.

I've played about with extra arguments to xslt_process and <xsl:param name="p"/>
 to no avail.

Hope this is clear enough.

TIA

Mick

----------------------------------------------------
MICHAEL HALL                 Web Development Officer
Batchelor Institute of Indigenous Tertiary Education
W: [EMAIL PROTECTED]                (08) 8951 8352
H: [EMAIL PROTECTED]                    (08) 8953 1442
----------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to