[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: How do I capture the text "around" a node?

Subject: RE: How do I capture the text "around" a node?
From: "Passin,Thomas B. (Tom)" <tpassin@xxxxxxxxxxxx>
Date: Tue, 24 Sep 2002 10:47:15 -0400
RE:  How do I capture the text "around" a node?
[ Peter Lavender]

> > Text handling like this is always (imho) a little confusing.  The 
> > simple answer is to use xsl:apply-templates as this will 
> hit all the 
> > child
> > text() nodes, not just the first(ala value-of).
>  
> It is very confusing.
> 
> While apply-templates works as you said, the problem i have 
> is that I want to remove the chars (), hence I tried value-of
> 

You can remove them during the processing by translate(text(),"()","
").
I noticed that your original poset used substring-after() (I think it
was).  Both substring-after() and substring-before() return nothing if
the specified string is not present, so when you use them (not here),
you need to handle that possibility

> > As a good-practice rule, you should always use apply-templates over 
> > value-of (where possible) for a number of reasons, with the biggest 
> > probably being that template match=text() gets called.
> 
> I'm reluctant to purchase a book as a reference as I 
> understand that somethings are not set in concrete yet.
> 
XSLT 1.0 and XPath 1.0 are final and stable.  Get Mike Kay's book XSLT
Programmer's Reference (2nd ed.) and Jeni Tennison's book "XSLT on the
Edge' if you need really good books on XSLT.  They are well worth the
money.


Cheers,

Tom P

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.