Revision 348
Added by Matt Jones over 24 years ago
validate.html | ||
---|---|---|
7 | 7 |
</head> |
8 | 8 |
<body bgcolor="#FFFFFF"> |
9 | 9 |
Insert XML to be validated here: |
10 |
<br><form action="/xmltodb/servlet/metacat" method="POST">
|
|
10 |
<br><form action="@servlet-path@" method="POST">
|
|
11 | 11 |
<input type="hidden" name="action" value="validate"> |
12 | 12 |
<p><textarea |
13 | 13 |
name="valtext" rows="16" cols="146"><?xml version="1.0"?> |
Also available in: Unified diff
Updated build process to now use a copy of the source files so that keyword
substitution can ocur before the build. This allows for substitution of
hardcoded values into the source before the compile. Currently, I am
using this feature to do the following:
By changing the value of "servlet-path" and "installdir" properties in
build.xml, one can now easily install a new version of the servlet in a
different location by simply using "ant install".