Auto-update of modification date and time of document.

This document is not part of any build.
This commit is contained in:
rayw%netscape.com 2002-03-20 00:23:00 +00:00
Родитель d45d2586c0
Коммит ed834cebbb
2 изменённых файлов: 18 добавлений и 10 удалений

Просмотреть файл

@ -9,11 +9,11 @@
<div align="Center">
<h1>SOAP Scripts in Mozilla</h1>
<font color="#999999">February 16, 2002</font><br>
Last Modified <script type="text/javascript">document.write(document.lastModified)</script><br>
<h3><font color="#999999">Ray Whitmer</font></h3>
<h3><a href=mailto:rayw@netscape.com>Ray Whitmer</a></h3>
<h2><font color="#666666">Abstract</font></h2>
<h2>Abstract</h2>
<div align="Left"><font color="#000000">Microsoft and others have advocated
SOAP as a way to encode and exchange public data structures between
@ -1397,10 +1397,14 @@ Attachments").<br>
<h2><a name="5_Samples_and_Testing"></a>
5&nbsp;Samples and Testing</h2>
What tests and samples exist today can be found in the mozilla tree at <a
Tests and samples exist today can be found in the mozilla tree at <a
href=http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/tests/>
mozilla/extensions/xmlextras/tests/soap*.html</a>. &nbsp;We welcome the
contribution of tests and samples by other parties.<br>
contribution of tests and samples by other parties. Please note that
these files do not work in the linked location due to js files being shown
as HTML cross-referenced files, so they must be copied from the current
mozilla tree to the client's local harddrive or some web server before
testing them.<br>
<br>
To test the services, it is interesting to turn on MOZ_DEBUG=1,
because even if you do not debug the program, this causes the exchanged

Просмотреть файл

@ -9,11 +9,11 @@
<div align="Center">
<h1>SOAP Scripts in Mozilla</h1>
<font color="#999999">February 16, 2002</font><br>
Last Modified <script type="text/javascript">document.write(document.lastModified)</script><br>
<h3><font color="#999999">Ray Whitmer</font></h3>
<h3><a href=mailto:rayw@netscape.com>Ray Whitmer</a></h3>
<h2><font color="#666666">Abstract</font></h2>
<h2>Abstract</h2>
<div align="Left"><font color="#000000">Microsoft and others have advocated
SOAP as a way to encode and exchange public data structures between
@ -1397,10 +1397,14 @@ Attachments").<br>
<h2><a name="5_Samples_and_Testing"></a>
5&nbsp;Samples and Testing</h2>
What tests and samples exist today can be found in the mozilla tree at <a
Tests and samples exist today can be found in the mozilla tree at <a
href=http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/tests/>
mozilla/extensions/xmlextras/tests/soap*.html</a>. &nbsp;We welcome the
contribution of tests and samples by other parties.<br>
contribution of tests and samples by other parties. Please note that
these files do not work in the linked location due to js files being shown
as HTML cross-referenced files, so they must be copied from the current
mozilla tree to the client's local harddrive or some web server before
testing them.<br>
<br>
To test the services, it is interesting to turn on MOZ_DEBUG=1,
because even if you do not debug the program, this causes the exchanged