Re: [xsl] xslt query a data

Subject: Re: [xsl] xslt query a data
From: "Mike Haarman" <mhaarman@xxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Apr 2003 11:04:47 -0500
From: "Paul" <reganmian@xxxxxxxxx>

> How does XSL query a data from the XML instances
> or from a table(such as similiar to select ... from
> ... where...)
>

<xsl:value-of select="/XPath/managing/'$from'[expression of '$where']"/>

evaluated in the context of the containing template.  This is pretty basic.  Do
you have access to a good tutorial?

http://www.zvon.org/xxl/XSLTutorial/Output/index.html

hth,

Mike


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread