You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Jean Croteau <cr...@cognicase.ca> on 2002/05/08 16:33:14 UTC

xml schema

I'm trying to validate a date using an xml schema but I have no success.  The format of my date in the xml is : yyyyMMdd instead of yyyy-MM-dd.  I read in the documentation somewhere that the built-in date datatype requires separators.  Is that true ?  How would you go and validate a date with that format ?