Revision 119
Added by Matt Jones over 24 years ago
lib/resultset.xsl | ||
---|---|---|
20 | 20 |
<xsl:template match="/"> |
21 | 21 |
<html> |
22 | 22 |
<head> |
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/rowcol.css" /> |
|
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/lib/rowcol.css" />
|
|
24 | 24 |
</head> |
25 | 25 |
<body class="emlbody"> |
26 | 26 |
<center> |
lib/contents.html | ||
---|---|---|
32 | 32 |
</form> |
33 | 33 |
<a href="loadxml.html" target="right">Load an XML Document</a> |
34 | 34 |
<br /><a href="validate.html" target="right">Validate an XML Document</a> |
35 |
<br /><a href="docs/" target="top">Browse the API for the Servlet</a> |
|
35 |
<br /><a href="../docs/" target="top">Browse the API for the Servlet</a>
|
|
36 | 36 |
</td> |
37 | 37 |
<td valign="top"> |
38 | 38 |
<font size="-1"> |
lib/style/resultset.xsl | ||
---|---|---|
20 | 20 |
<xsl:template match="/"> |
21 | 21 |
<html> |
22 | 22 |
<head> |
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/rowcol.css" /> |
|
23 |
<link rel="stylesheet" type="text/css" href="/xmltodb/lib/rowcol.css" />
|
|
24 | 24 |
</head> |
25 | 25 |
<body class="emlbody"> |
26 | 26 |
<center> |
lib/metacat.properties | ||
---|---|---|
7 | 7 |
password=your-pw-goes-here |
8 | 8 |
defaultDB=jdbc:oracle:thin:@localhost:1521:test |
9 | 9 |
dbDriver=oracle.jdbc.driver.OracleDriver |
10 |
resultStyleURL=file:///home/httpd/html/xmltodb/resultset.xsl |
|
11 |
xmlcatalogfile=/home/httpd/html/xmltodb/catalog.txt |
|
10 |
resultStyleURL=file:///home/httpd/html/xmltodb/lib/resultset.xsl
|
|
11 |
xmlcatalogfile=/home/httpd/html/xmltodb/lib/catalog.txt
|
|
12 | 12 |
defaultdatapath=C:\Temp\ |
13 | 13 |
executescript=test.bat |
Also available in: Unified diff
updated paths to reflect new file locations