|
Subject: RE: [xsl] Extract input filename From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx> Date: Thu, 17 May 2007 15:48:55 +0530 |
Well, that probably means you changed the parameter name from "meta" to "data" in one place but not in the other place.
<xsl:param name="meta" as="xs:string" required="yes"/>
<xsl:variable name="filename" select="document($meta)" />
<xsl:template match="/">
<doi>
<xsl:copy-of select="$filename/doi/text()" />
</doi>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Extract input filename, Michael Kay | Thread | Re: [xsl] Extract input filename, Abel Braaksma |
| RE: [xsl] Extract input filename, Michael Kay | Date | RE: [xsl] How do I change a XSL sty, kieters c |
| Month |