Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] normalize-space processing all nodes hack?

From: Kolac&#xED; Tom&#xE1;&#x161; <kolaci@------->
To:
Date: 11/2/2007 9:24:00 AM
Oups, sorry guys, I have simplified my example too much :( In fact I need to
apply some filtering rules on text() nodes (normalize-space(A) was there
originally, but it has come out lately that some of text() nodes must be
ignored). So, what I really need, is all text of A but excluding descendants
of B, like:

<xsl:variable name="textOnly"
select="normalize-space(A//text()[not(ancestor::B)])"/>

So from <A>txt1<B>txt2<C>txt3</C></B><D>txt4</D></A> I need to get
"txt1txt4".

Is there some "one XPath expression" way now (XSLT 1.1 + Saxon 6.5.x
extensions eventually)?

Thanks, Tomas

> -----Original Message-----
> From: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
> Sent: Thursday, November 01, 2007 5:21 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] normalize-space processing all nodes hack?
>
> On 01/11/2007, Kolacm Toma9 <kolaci@xxxxxxx> wrote:
> > Hi!
> >
> > I'd like to fill variable textOnly by normalized string of all text
> of the element A. I'm just wondering is there any way, I could write
> it as one XPath expression, like:
> >
> > <xsl:variable name="textOnly" select="normalize-space(A//text())"/>
> >
> > (but here only the first text node is used)?
>
>
> normalize-space(A)
>
> :0)
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent