|
Subject: [xsl] Variables in attribute expressions - version of standard? From: Bob Purvy <bpurvy@xxxxxxxxxxxxx> Date: Thu, 17 Oct 2002 10:57:11 -0700 |
<xsl:template match="/"> <html> <body> <xsl:apply-templates /> </body> </html> </xsl:template>
<xsl:template match="//fred[@id = $foo]"> <b> <xsl:value-of select="baz/name" /> </b> </xsl:template>
srcTree = new ActiveXObject("Msxml2.DOMDocument.4.0");
srcTree.async=false;
srcTree.load("test1.xml"); var xsltTree= new ActiveXObject("Msxml2.DOMDocument.4.0");
xsltTree.async = false;
xsltTree.load("rmanage.xsl");
details.innerHTML = srcTree.transformNode(xsltTree);| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] URL encoding, Mike Brown | Thread | Re: [xsl] Variables in attribute ex, David Carlisle |
| [xsl] URL encoding, Zakon, Stuart | Date | [xsl] Need Attributes From A InputS, Scott Purcell |
| Month |