how to validate a date in xquery transformation
946124Jul 11 2012 — edited Jul 16 2012i am doing the xquery transformation for mfl(non-xml) and xml
i have a date-pickup and i should validate this field as my datatype is date , instead of date i am getting the data as 00000000 ,my date-pickup format is yyyymmdd
can we do a validation for this specific field and all the failed date validations should be written as blank tag in xsd
Please give me a suggestion for this