This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Hi, I find the templates in the examples for op:gMonth-equal(and similar) confusing/vague. Here are the templates for the various op:g*-equal functions: * op:gYear-equal: "xxxx-01-01T00:00:00" * op:gMonth-equal: "1972-xx-ddT00:00:00" * op:gDay-equal: "1976-xx-xxT00:00:00" The template for gYear makes to me sense because the information carried by gYear can replace the "xxxx" part. However, gMonth have an empty day property, and therefore cannot fill the "dd" part, only the "xx" part. Same applies for gDay, but reversed. Cheers, Frans
Changed the templates to: * op:gMonth-equal: "1972-xx-29T00:00:00" * op:gDay-equal: "1976-12-xxT00:00:00" The template for op:gMonth-equal must accomodate any month in the given year. Please re-check the examples.