mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-01-24 11:11:11 +00:00
Drawings xml file validation checking for links to survex files
This commit is contained in:
35
xmlvalid.html
Normal file
35
xmlvalid.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Expo Systems - Data Validation</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Expo Systems - Data Validation</h1>
|
||||
<h2>XML (Drawings) files referring to survex files</h2>
|
||||
<!-- you can edit this by any normal methois, either Edit This Page or using version contron pull/edit/commit/push
|
||||
because the actual updated data is pulled in through the iframe -->
|
||||
<p>
|
||||
"xml" is the drawing filename withing the ::drawings:: repo.
|
||||
<p>
|
||||
"svx" is the survex file referred to in the drawing file.
|
||||
|
||||
<p>This listing shows the BAD filenames where the drawing file refers to a survex file which does not actually exist.<br>
|
||||
Please edit these drawings files to correct this:</p>
|
||||
|
||||
<iframe name="erriframe" width="90%" height="15%"
|
||||
src="xml-refs.err.html" frameborder="1" ></iframe>
|
||||
|
||||
<p>These validation concerns are generated by script check-xml.sh in the ::drawings:: repository.
|
||||
See <a href="handbook/troggle/otherscripts.html">handbook "other scripts"</a> for further documentation.
|
||||
</p>
|
||||
|
||||
<p>This table below shows the drawings filkes which link to an existing survex file - but there is <em>no check that they are actually pointing at the correct</em> survex file.
|
||||
</p>
|
||||
|
||||
<iframe name="okiframe" width="90%" height="20%"
|
||||
src="xml-refs.ok.html" frameborder="1" ></iframe>
|
||||
|
||||
<hr />
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user