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

Re: in search for more elegant XPaths

Subject: Re: in search for more elegant XPaths
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 22 Apr 2009 14:59:17 +0200
Re:  in search for more elegant XPaths
Huditsch, Roman (LNG-VIE) wrote:

I am thinking about a way to make some XPaths, that I'am using quite
often, more "elegant".
Please take for example:

<xsl:function name="ln:getCaseType">
	<xsl:param name="case" as="element()"/>
	<xsl:choose>
		<xsl:when test="starts-with($case, 'SG') or
starts-with($case, 'LSG') or starts-with($case, 'BSG')">

If you think that regular expressions are more readable then you could use <xsl:when test="matches($case, '^(SG|LSG|BSG)')"> It could even be compacted to <xsl:when test="matches($case, '^[LB]?SG')">


I very often testing for element nodes that have character content with
*[string-length(normalize-space(.))&gt;0]

*[normalize-space(.)]


should suffice.

--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

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-2011 All Rights Reserved.