<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating files under SYSROOT:[SYSMGR].. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505648#M67375</link>
    <description>Kris,&lt;BR /&gt;&lt;BR /&gt;I just tried my previous example of the directory&lt;BR /&gt;in the SYS$COMMON tree and used EDIT/TPU and EDIT/EDT&lt;BR /&gt;specifying SYS$SYSROOT with no problems...&lt;BR /&gt;i.e. editing existing files.  EDIT/TPU failed&lt;BR /&gt;to create a file as you report.  The original&lt;BR /&gt;question was about editing files, not creating&lt;BR /&gt;them.&lt;BR /&gt;&lt;BR /&gt;I think Muthuvel needs to provide an example of&lt;BR /&gt;exactly what commands are being used and the exact&lt;BR /&gt;error messages.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Mar 2005 09:19:19 GMT</pubDate>
    <dc:creator>David B Sneddon</dc:creator>
    <dc:date>2005-03-16T09:19:19Z</dc:date>
    <item>
      <title>Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505639#M67366</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   We can't edit the files created under SYS$SYSROOT:[SYSMGR.'SUBDIR'] whereas it can be done in SYS$COMMON:[SYSMGR]though the directory pointed by the logical SYS$MANAGER points to both the directories as specified above.&lt;BR /&gt;&lt;BR /&gt;   Can anyone explain why is it like this?&lt;BR /&gt;&lt;BR /&gt;Muthuvel.B</description>
      <pubDate>Wed, 16 Mar 2005 04:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505639#M67366</guid>
      <dc:creator>Muthuvel.B</dc:creator>
      <dc:date>2005-03-16T04:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505640#M67367</link>
      <description>If you look at the two logicals SYS$SYSROOT and SYS$COMMON you will discover that SYS$SSYROOT translate to two places and SYS$COMMON: translates to 1. Say you have a system disk DKA0. You have created a directory SYS$COMMON:[SYSMGR.SUBDIR] so this is DKA0:[VMS$COMMON.SYSMGR.SUBDIR].&lt;BR /&gt;If you look at SYS$SYSROOT:[SYSMGR.SUBDIR] that translates to two places&lt;BR /&gt;DKA0:[SYS0.SYSMGR.SUBDIR] and DKA0:[VMS$COMMON.SYSMGR.SUBDIR]&lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYSMGR.SUBDIR] translates to DKA0:[VMS$COMMON.SYSMGR.SUBDIR] only.&lt;BR /&gt;&lt;BR /&gt;If you read a file in SYS$SYSROOT:[SYSMGR.SUBDIR] then VMS searches both, however if you create a file then VMS attempts to use the first translation only (which fails).&lt;BR /&gt;&lt;BR /&gt;See for example&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_006.html#index_x_341" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_006.html#index_x_341&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 04:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505640#M67367</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-16T04:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505641#M67368</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure exactly what phenomenon you are taking about.&lt;BR /&gt;But, the logical SYS$MANAGER should be translated as SYS$SYSROOT:[SYSMGR]; the logical SYS$SYSROOT should translate to the$disk:[SYSx.], where the$disk is your system disk &amp;amp; SYSx is your system's root (e.g. SYS0, SYS1, etc.). This is the "specific" side of things; SYS$SYSROOT is further translated as SYS$COMMON:. SYS$COMMON is then translated as the$disk:[SYSx.SYSCOMMON.]. The SYSCOMMON.DIR is an "entered" file, i.e. it's the same file as the$disk:[000000]VMS$COMMON.DIR. (Have a look at the file ids (DIREC/FILE)); this is the "common" side of things.&lt;BR /&gt;Although both directories "the$disk:[SYSx]" and "the$disk:[SYSx.SYSCOMMON]" have a SYSMGR.DIR in them, these files are *NOT* the same.&lt;BR /&gt;If the logical names sys$sysroot, sys$manager, and the like, are not altered, I see no reason that you have trouble accessing files via SYS$SYSROOT:[SYSMGR.subdir], even if the 'subdir' is created in the SYS$COMMON:[SYSMGR] directory. &lt;BR /&gt;&lt;BR /&gt;For further reading, see&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_006.html#common_dir_structure" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_006.html#common_dir_structure&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 16 Mar 2005 04:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505641#M67368</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-16T04:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505642#M67369</link>
      <description>Kris,&lt;BR /&gt; Consider this&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;DT.DIR;1&lt;BR /&gt;&lt;BR /&gt;Total of 2 files.&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;VAXINFO$PRODUCTS.DIR;1&lt;BR /&gt;&lt;BR /&gt;Total of 3 files.&lt;BR /&gt;&lt;BR /&gt;Grand total of 2 directories, 5 files.&lt;BR /&gt;$ cre sys$sysroot:[sysmgr.vaxinfo$products]x.x&lt;BR /&gt;%CREATE-E-OPENOUT, error opening SYS$SYSROOT:[SYSMGR.VAXINFO$PRODUCTS]X.X; as output&lt;BR /&gt;-RMS-E-DNF, directory not found&lt;BR /&gt;-SYSTEM-W-NOSUCHFILE, no such file&lt;BR /&gt;&lt;BR /&gt;but&lt;BR /&gt;$ cre sys$common:[sysmgr.vaxinfo$products]x.x&lt;BR /&gt;&lt;BR /&gt;succeeds. And then reading the file also succeeds.&lt;BR /&gt;$ dir sys$sysroot:[sysmgr.vaxinfo$products]x.x&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR.VAXINFO$PRODUCTS]&lt;BR /&gt;&lt;BR /&gt;X.X;1&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 06:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505642#M67369</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-16T06:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505643#M67370</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;I was somewhat mislead by the sentence&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;We can't edit the files created under...&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;I assumed that the files to be edited were already there (although in SYS$COMMON:[SYSMGR.subdir]). If so, you can edit them via the path SYS$SYSROOT:[SYSMGR.subdir], newer versions are still created in SYS$COMMON. Creating a new file via SYS$SYSROOT:[SYSMGR.subdir] is indeed not possible if 'subdir' does not exist on the "specific" side.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 06:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505643#M67370</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-16T06:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505644#M67371</link>
      <description>What editor are you using?&lt;BR /&gt;&lt;BR /&gt;zen_FTA14&amp;gt; create/directory sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;zen_FTA14&amp;gt; create sys$sysroot:[sysmgr.subdir]temp.dat&lt;BR /&gt;this is a file in sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;zen_FTA14&amp;gt; dire sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSMGR.SUBDIR]&lt;BR /&gt;&lt;BR /&gt;TEMP.DAT;1                                   1/3         16-MAR-2005 11:45:42.&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1/3 blocks.&lt;BR /&gt;zen_FTA14&amp;gt; editt/teco/nocommand sys$sysroot:[sysmgr.subdir]temp.dat&lt;BR /&gt;*ht$$&lt;BR /&gt;this is a file in sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;*ex$$&lt;BR /&gt;zen_FTA14&amp;gt; dire sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSMGR.SUBDIR]&lt;BR /&gt;&lt;BR /&gt;TEMP.DAT;2                                   1/3         16-MAR-2005 11:46:24.&lt;BR /&gt;TEMP.DAT;1                                   1/3         16-MAR-2005 11:45:42.&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 2/6 blocks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 06:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505644#M67371</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-03-16T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505645#M67372</link>
      <description>Dave,&lt;BR /&gt;  the difference with your example is that the subdir is in [sys%.sysmgr] not [vms$common.sysmgr]&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 07:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505645#M67372</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-03-16T07:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505646#M67373</link>
      <description>Take 2...&lt;BR /&gt;&lt;BR /&gt;zen_FTA14&amp;gt; cre/dir sys$common:[sysmgr.subdir]&lt;BR /&gt;zen_FTA14&amp;gt; dire sys$sysroot:[sysmgr]subdir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;SUBDIR.DIR;1                                 1/3         16-MAR-2005 11:54:12.11&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1/3 blocks.&lt;BR /&gt;zen_FTA14&amp;gt; create sys$common:[sysmgr.subdir]temp.dat&lt;BR /&gt;this is a file in sys$common:[sysmgr.subdir]&lt;BR /&gt;zen_FTA14&amp;gt; editt/teco/nocommand sys$sysroot:[sysmgr.subdir]temp.dat&lt;BR /&gt;*ht$$&lt;BR /&gt;this is a file in sys$common:[sysmgr.subdir]&lt;BR /&gt;*ex$$&lt;BR /&gt;&lt;BR /&gt;zen_FTA14&amp;gt; dire sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR.SUBDIR]&lt;BR /&gt;&lt;BR /&gt;TEMP.DAT;2                                   1/3         16-MAR-2005 11:54:52.89&lt;BR /&gt;TEMP.DAT;1                                   1/3         16-MAR-2005 11:54:27.34&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 2/6 blocks.&lt;BR /&gt;&lt;BR /&gt;Attempting to *create* files in sys$sysroot:[sysmgr.subdir]&lt;BR /&gt;will fail if SUBDIR.DIR does not exist in the&lt;BR /&gt;specific root -- but *editing* works, as above.&lt;BR /&gt;&lt;BR /&gt;As someone who only uses TECO, I have seen others&lt;BR /&gt;have various problems, hence my question about&lt;BR /&gt;what editor is being used.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 07:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505646#M67373</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-03-16T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505647#M67374</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;Attempting to *create* files in sys$sysroot:[sysmgr.subdir] will fail if SUBDIR.DIR does not exist in the specific root -- but *editing* works, as above.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;That is exactly what Ian pointed out, and I overlooked (kinda).&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;As someone who only uses TECO, I have seen others have various problems, hence my question about what editor is being used.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I tried with EDIT/TPU and got the message "Directory not found". However, EDIT/EDT happily creates a new file in SYS$COMMON:[SYSMGR.subdir] (invoked as EDIT\/EDT SYS$SYSROOT:[SYSMGR.subdir]newfile.txt) even if the "subdir" does not exist on the "specific" side of things.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Wed, 16 Mar 2005 08:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505647#M67374</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-03-16T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505648#M67375</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;I just tried my previous example of the directory&lt;BR /&gt;in the SYS$COMMON tree and used EDIT/TPU and EDIT/EDT&lt;BR /&gt;specifying SYS$SYSROOT with no problems...&lt;BR /&gt;i.e. editing existing files.  EDIT/TPU failed&lt;BR /&gt;to create a file as you report.  The original&lt;BR /&gt;question was about editing files, not creating&lt;BR /&gt;them.&lt;BR /&gt;&lt;BR /&gt;I think Muthuvel needs to provide an example of&lt;BR /&gt;exactly what commands are being used and the exact&lt;BR /&gt;error messages.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 09:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505648#M67375</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-03-16T09:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505649#M67376</link>
      <description>As has been pointed out, SYS$SYSROOT is a search list of rooted logical names. For this to work correctly in all cases, the directory trees under each entry in the search list should be identical.&lt;BR /&gt;&lt;BR /&gt;So, if you create a subdirectory:&lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYSMGR.NEWDIR]&lt;BR /&gt;&lt;BR /&gt;you should also create:&lt;BR /&gt;&lt;BR /&gt;SYS$SPECIFIC:[SYSMGR.NEWDIR]&lt;BR /&gt;&lt;BR /&gt;If the SYS$SPECIFIC directory doesn't exist then references to create files as: &lt;BR /&gt;SYS$SYSROOT:[SYSMGR.NEWDIR]&lt;BR /&gt;will fail because RMS will attempt to create a file in the first search list entry, which doesn't exist.&lt;BR /&gt;&lt;BR /&gt;If you have your default set to SYS$SYSROOT:[SYSMGR.NEWDIR] and you attempt to edit a file in that directory, you may get several messages flashed up, along the lines of&lt;BR /&gt;&lt;BR /&gt;Error searching for SYS$SYSROOT:[SYSMGR.NEWDIR].;&lt;BR /&gt;Directory not found&lt;BR /&gt;No such file&lt;BR /&gt;&lt;BR /&gt;These are annoying, but don't actually affect the edit session.&lt;BR /&gt;&lt;BR /&gt;When dealing with search lists, you need to be especially careful where files land. Try to refer to files in system roots using either SYS$SPECIFIC or SYS$COMMON, rather than by the search list name. When copying files, always use /LOG to make sure the file goes where you expect/require it to go.&lt;BR /&gt;&lt;BR /&gt;If you want to create sub directories within system roots, it's a good idea to replicate them in all other system roots to avoid unexpected errors.&lt;BR /&gt;&lt;BR /&gt;You should also become familiar with what files belong in the specific and common roots and make periodic checks to make sure they remain in the correct root.&lt;BR /&gt;&lt;BR /&gt;I've included a command procedure SANITY_CHECK_ROOT.COM as an attachment (renamed to .TXT). It can be used to check for missing directories in search lists, and to find which files are obscured. Note that having files in the specific root obscure files in the common root is sometimes the whole point of having a search list, but it can also be a problem. Check any instances to make sure you understand why they exist.</description>
      <pubDate>Wed, 16 Mar 2005 15:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505649#M67376</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-03-16T15:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating files under SYSROOT:[SYSMGR]..</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505650#M67377</link>
      <description>sorry, forgot to give an example...&lt;BR /&gt;&lt;BR /&gt;$ @SANITY_CHECK_ROOT SYS$COMMON SYS$SPECIFIC SYSMGR&lt;BR /&gt;&lt;BR /&gt;will check the SYSMGR directory in SYS$SPECIFIC against SYS$COMMON.&lt;BR /&gt;&lt;BR /&gt;It will report any subdirectories found in SYS$COMMON:[SYSMGR] but not found in SYS$SPECIFIC:[SYSMGR]. It will also report any files in SYS$SPECIFIC:[SYSMGR] that obscure files in SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;$ @SANITY_CHECK_ROOT SYS$COMMON SYS$SPECIFIC SYSMGR *.COM&lt;BR /&gt;&lt;BR /&gt;will do the same, but only check .COM files&lt;BR /&gt;&lt;BR /&gt;$ @SANITY_CHECK_ROOT SYS$COMMON SYS$SPECIFIC SYSMGR *.* CREATE&lt;BR /&gt;&lt;BR /&gt;will CREATE any missing subdirectories in SYS$SPECIFIC:[SYSMGR]&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2005 15:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/creating-files-under-sysroot-sysmgr/m-p/3505650#M67377</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-03-16T15:37:42Z</dc:date>
    </item>
  </channel>
</rss>

