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

RE: regexs, grouping (?) and XSLT2?

Subject: RE: regexs, grouping (?) and XSLT2?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 10 Aug 2004 13:23:21 +0100
some dates are in
> This is exactly the problem that prompted my other post on 
> xs:date.  I 
> can't use either xs:gYear or xs;date because some dates are 
> in the form 
> YYYY and some are YYYY-MM, and still others YYYY-MM-DD.  So, I had to 
> change to substring(.,1,4) to get the stylesheet to compile.
> 
> I really wish xs:date would count all of these as valid.

You can of course define a union type my:anyDate in your schema with
xs:date, xs:gYear, and xs:gYearMonth as its member types, and with a
schema-aware XSLT processor you can then refer to the type my:anyDate in
variable definitions and function signatures. You can use the "instance of"
operator to test which of the different kinds of date the value actually
holds.

Michael Kay

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.