Hi,

I'm trying to include information from an other document in an XSL. The
document I'm trying to get is made with Xindice and Cocoon as described in
tutorial about this, and the command work nicely in my browser.

I have tried with the following command where I whould like to change XXX
to anumber i have in the variable $cn.

<xsl:for-each
select="document('http://localhost:8080/cocoon1/mount/02288/xmldb2/02288/?xpath=course[contains(prerequisites/courseno,XXXX)]')//course">
 <xsl:variable name="course" select="@courseno"/>
...

Does any know how to do this.


Regards,
daniel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to