[XSLT 2.0] unparsed-text() signature

This comment was originally raised internally by Jeni Tennison at:

http://lists.w3.org/Archives/Member/w3c-xsl-wg/2003Nov/0007.html
(member-only URL)

Hi,

Just a small thing: the current signature for unparsed-text() is:

  unparsed-text($href as xs:string?) as xs:string
  unparsed-text($href as xs:string?,
                $encoding as xs:string) as xs:string

but I can't see anything in the current draft that says what happens
if the first argument is an empty sequence. Is it treated as an empty
string? Or does the function always return an empty string in this
case?

Cheers,

Jeni
---
Jeni Tennison
http://www.jenitennison.com/

Received on Friday, 6 February 2004 05:06:24 UTC