Hello I have a problem, maybe someone can halp me to solve it.
I use javascript function for statistic. I need to give a name of document, that will be downloaded. I can send on function an ID (docId) of this document and I need to find a name. I can find the way to the document. I tried: <xsl:value-of select="//[EMAIL PROTECTED]" + docId + "]/docName"/>; and other combinations. But I still have no result. If I try: "//[EMAIL PROTECTED]" + docId + "]/docName"; I get: //[EMAIL PROTECTED]/docName -> XXX ist the value of docId. I use Cocoon 2.1 and Apache 5.1 Thank for any help. Kris -- **************************** kmConsulting Krzysztof Murmylo Mobil: +49 179 31 53 791 eMail: [EMAIL PROTECTED] http://www.kmconsulting.org **************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
