|
Subject: Re: where to put the filter? From: "John E. Simpson" <simpson@xxxxxxxxxxx> Date: Wed, 04 Oct 2000 14:04:14 -0400 |
...When I call the transformXML() function after the alerts the page comes back blank. I am placing this strFilter in the <filter></filter> tags when the SOAP request is sent. I am sure it's because I am placing the
<xsl:apply-templates select="filter"/>, <xsl:template match
select="filter">,<xsl:value-of select="filter"> in the wrong place. I can't
find any documentation on this at all. They all give the syntax for
building a filter, but not on where to place it.
<rootelem title="MyRoot">
<childelem>child1</childelem>
<childelem>child2<grandchildelem>grandkid</grandchildelem></childelem>
</rootelem> <xsl:template match="/rootelem">
<newrootelem>
<xsl:value-of select="@title"/>
<xsl:apply-templates />
</newrootelem>
</xsl:template> <newrootelem>
MyRoot
child1 child2 grandkid
</newrootelem>| Current Thread |
|---|
| <- Previous | Index | Next -> |
|---|---|---|
| where to put the filter?, Keith | Thread | RE: where to put the filter?, Evan Lenz |
| RE: Fixed-length String Output, Kay Michael | Date | RE: automatic generation of figure , Kay Michael |
| Month |