Re: [xsl] xpath problem

Subject: Re: [xsl] xpath problem
From: ram <ram_kurra@xxxxxxxxxxx>
Date: Tue, 7 Feb 2012 19:41:38 +0530 (IST)
I am sorry its typo error.
 <plan>
    <source>asfasfs</source>
 </plan>



--- On Tue, 7/2/12, Martin Honnen <Martin.Honnen@xxxxxx> wrote:

> From: Martin Honnen <Martin.Honnen@xxxxxx>
> Subject: Re: [xsl] xpath  problem
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Date: Tuesday, 7 February, 2012, 7:33 PM
> ram wrote:
>
> >       I was trying to do xpath
> like following.
> >
> >
> > <xsl:variable name='abc'
> select="normalize-space($var1/*[local-name()='source']/text())"/>
> >
> > the $var1 contains a node set something like this.
> >
> >
> > <plan>
> > 
>    <sourc>asfasfs</source>
>        ^^^^^^^   
>    ^^^^^^^^^
> That is not even well-formed so please post samples that
> allow us to
> reproduce the issue.
> > 
>    <value>adadf</value>
> > </plan>
> >
> >      when i run the above line i am not
> getting any result. is there anything wrong with the
> statement.
>
>
>
>
> --
>
>     Martin Honnen --- MVP Data Platform
> Development
>     http://msmvps.com/blogs/martin_honnen/

Current Thread