Goal: Return input element whose @value should be set to current date formatted as [yyyy-MM-dd]
Problem: Xquery misses good support for formatting dates but offers current-date() function
Resolution: Use XSLT to postprocess custom XML tags (instructions) in own namespace
XQuery snippet:
XSLT to postprocess xquery result:
No comments:
Post a Comment