-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 860 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Transform your XML</title>
<link rel="stylesheet" href="http://localhost:7456/css/style.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<header>
<h2>Remove widgets Ids and ConfigIds</h2>
</header>
<div class="centered">
<form id="uploadForm" enctype="multipart/form-data" action="http://localhost:7456/api/xml" method="post">
<label for="file">XML File:</label></BR>
<input type="file" name="xmlFile" /></BR></BR>
<label for="file">XSLT File:</label></BR>
<input type="file" name="xsltFile" /></BR></BR>
<input type="submit" value="Process XML" name="submit">
</form>
</div>
</body>
</html>