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

Re: XSLT Stylesheet test for special character

  • From: nico <ndebeiss@g...>
  • To: Jack Bush <netbeansfan@y...>
  • Date: Thu, 22 Jan 2009 14:08:07 +0100

Re:  XSLT Stylesheet test for special character
Hello,

( 4 ) <xsl:value-of select="ns:strong"/>

does not do anything, except dumping the text content of ns:strong into the output. If you want to use that value, you have to set a variable with that, like :
<xsl:variable name="value" select="ns:strong/text()"/>

Try that with a XSLT debugger, see what you have in that variable, and then you can try something like :

<xsl:when test="contains($value, 'Firstname:')">

Be aware that if you do text() when current node is <ns:p> (you previously did <xsl:for-each select="/ns:html/ns:body/ns:div[@id='content']/ns:p">), you obtain the concatenation of recursively applying text() on all the children node of <ns:p> so you will have white spaces, content of markup <a>, etc...

Use a debugger ! (Oxygen has a great one)

Regards
Nico
http://debeissat.nicolas.free.fr/



2009/1/22 Jack Bush <netbeansfan@y...>
Hi Bjoern,

 

Neither did string(.) = 'Firstname:' or  text() = 'Firstname:' work hence it branched to the otherwise option instead.

Thanks for trying anyway,

 

Jack




From: Bjoern Hoehrmann <derhoermi@g...>
To: Jack Bush <netbeansfan@y...>
Cc: xml-dev@l...
Sent: Wednesday, 21 January, 2009 1:31:09 PM
Subject: Re: XSLT Stylesheet test for special character

* Jack Bush wrote:
><strong>Firstname:</strong>

>( 4 ) <xsl:value-of select="ns:strong"/>
>( 5 ) <xsl:choose>
>( 6 ) <xsl:when test="Firstname:">

>The error message has something like: Invalid QName on line 6 of stylesheet......

Your test looks for a <Firstname:> child element, which cannot exist.
You have to compare the string value of the strong element to the string
'Firstname:', e.g. using

  string(.) = 'Firstname:'

or

  text() = 'Firstname:'

http://www.w3.org/TR/xslt#section-Conditional-Processing-with-xsl:choose
http://www.w3.org/TR/xslt#dt-expression
http://www.w3.org/TR/xpath#NT-Expr
http://www..w3.org/TR/xpath#node-tests
--
Björn Höhrmann · mailto:bjoern@h... · http://bjoern.hoehrmann.de/
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de/
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



Stay connected to the people that matter most with a smarter inbox. http://au.rd.yahoo.com/galaxy/mail/tagline2/*http://au.docs.yahoo.com/mail/smarterinbox.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.