Re: [xsl] are all strings in a sequence valid potential QNames

Subject: Re: [xsl] are all strings in a sequence valid potential QNames
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Wed, 3 Feb 2010 13:11:57 +0530
probably something like below:

On Wed, Feb 3, 2010 at 12:59 PM, ac <ac@xxxxxxxxxxxxx> wrote:
> 1. a string is a valid potential QName (e.g. match + what regex?, or other
> option)

$str castable as xs:QName

> 2. all strings in a sequence are valid potential QNames

every $x in $str satisfies ($x castable as xs:QName)



-- 
Regards,
Mukul Gandhi

Current Thread