Subversion Status

ChangeLog

21:26 bdauvergne rev 4876 Documentation: add new AssertionQuery methods to documentation
21:26 bdauvergne rev 4877 Core: update lasso_iso_8601_gmt_to_time_t to support milliseconds * We now support the two possible formats for xsdtime XSchema datatype: - dddd-dd-ddTdd:dd:ddZ - dddd-dd-ddTdd:dd:dd.d*Z Where d denotes a digit, and * is the kleene star. XSD datetime also supports negative years, but as we cannot represent them with time_t, we can reject it at the lexical level.