Subject: Re: xslt query a data
From: Paul <reganmian@xxxxxxxxx>
Date: Tue, 22 Apr 2003 09:39:13 -0700 (PDT)
|
Thanks reply
but what I mean is
for example I have a table or equavalent XML have
below information
1, a
2, b
3, c
4, d
In my stylesheet, I only have a, b, c, d value
but I need to use 1, 2, 3, 4 as a substitution
So I need to figure out a way to do it
thanks yr advice
Paul
--- Mike Haarman <mhaarman@xxxxxxxxxxxxxxxxxx> wrote:
> 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
>
__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|