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

Re: Answers to review questions in "Beginning XSLT": C

Subject: Re: Answers to review questions in "Beginning XSLT": Chapter 6
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 12 Mar 2003 22:55:41 -0700 (MST)
xslt c
Lars Huttar wrote:
> 1. What are the four types of values that XPath expressions can evaluate to,
>    and what fifth value type is used in XSLT?
> 
> Answer:
> XPath expressions can evaluate to numbers, strings, boolean, and node sets.
> Result tree fragments are also used in XSLT.

Not clearly expressed in XPath 1.0 is the possibility of an "external type"
being bound to a variable or returned by an extension function. How such types
are handled is processor dependent. Result tree fragments are one such type,
but the XSLT spec clarifies how they are to be handled by an XSLT processor.

> 3. What is the difference between <xsl:copy-of> and <xsl:value-of>?
> 
> Answer:
> The difference is that the latter gives the string value of its select
> expression, which in the case of a RTF or node-set would be simply the
> text in the text nodes [...]

The string-value of a node-set is the string-value of only the first node in
the set.

The string-value of a node depends on what type of node it is:
  element: concatenation of text from all descendant text nodes
  attribute: attribute value
  text: the text
  comment: comment text
  processing instruction: instruction part (text after the target)
  namespace: namespace URI


Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

 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.