xsl-list
[Top] [All Lists]

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

2010-02-03 01:42:41
probably something like below:

On Wed, Feb 3, 2010 at 12:59 PM, ac <ac(_at_)hyperbase(_dot_)com> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--