<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Where am I?</title>
    <link>http://blakeley.com/blogofile</link>
    <description>Performance, scalability, databases, and whatever comes up.</description>
    <pubDate>Fri, 07 Jul 2023 19:44:55 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>ISO-8601, made a little easier</title>
      <link>http://blakeley.com/blogofile/archives/255</link>
      <pubDate>Fri, 10 Sep 2004 15:32:36 UTC</pubDate>
      <category><![CDATA[XQuery]]></category>
      <category><![CDATA[Java]]></category>
      <category><![CDATA[MarkLogic]]></category>
      <guid>http://blakeley.com/blogofile/archives/255</guid>
      <description>ISO-8601, made a little easier</description>
      <content:encoded><![CDATA[
One of the nicer things about XQuery is that it supports xs:date, xs:time, and xs:dateTime (from XML Schema). But XQuery is short of handy ways to convert human-readable dates and times into ISO-8601, the XML Schema format for dates and times.
<br/><br/>
Life is much easier if your XML already has all the dates and times in ISO-8601 format. So I've written a <a href="http://developer.marklogic.com/howto/tutorials/2004-09-dates.xqy">tutorial</a> on ISO-8601 dates, and how to generate them in Java.<br/><br/>
]]></content:encoded>
    </item>
  </channel>
</rss>
