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

Re: XSLT3.0: How to find the definition of the built-i

Subject: Re: XSLT3.0: How to find the definition of the built-in template for any atomic item, in the spec
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Dec 2014 19:38:13 -0000
 Re: XSLT3.0: How to find the definition of the built-i
The section without link and name in my previous message is:  "6.7
Built-in Template Rules",
http://www.w3.org/TR/2014/WD-xslt-30-20141002/#built-in-rule

On Sat, Dec 6, 2014 at 11:36 AM, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
> Section  of the 2nd Last Call of the XSLT 3.0 spec contains this text:
>
> "The built-in template rule for text and attribute nodes returns a
> text node containing the string value of the context node. It is
> effectively:
>
> <xsl:template match="text()|@*" mode="M">
>   <xsl:value-of select="string(.)"/>
> </xsl:template>
>
> Note:
>
> This text node may have a string value that is zero-length.
>
> diff="chg" at="R-bug26751">The built-in template rule atomic values
> returns a text node containing the value. It is effectively:
>
> <xsl:template match=".[. instance of xs:anyAtomicType]" mode="M">
>   <xsl:value-of select="string(.)"/>
> </xsl:template>
>
> Note:
>
> This text node may have a string value that is zero-length."
>
>
> This effectively hides the definition of the built-in template for any
> atomic item -- I only found it accidentally. If you still don't see
> it, let me know and I'll tell you where this is :)
>
> I hope this could be improved in the next version of the specification.
>
>
> --
> Cheers,
> Dimitre Novatchev



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

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.