-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXsdformClass.php
265 lines (235 loc) · 11.6 KB
/
XsdformClass.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<?php
include './functions.php';
class XsdformClass{
public $filename='';
public $path='';
public $files = [];
public $xsd = null;
public $all_files_namespaces = [];
public $namespaces = [];
public $targetNamespace = '';
//Создает строку об ошибке Libxml для записи в лог
private function libxml_display_error($error, $ifxslt) {
$return = "<br/>\n";
if (!$ifxslt) {
switch ($error->level) {
case LIBXML_ERR_WARNING:
$return .= "<b>Warning $error->code</b>: ";
break;
case LIBXML_ERR_ERROR:
$return .= "<b>Error $error->code</b>: ";
break;
case LIBXML_ERR_FATAL:
$return .= "<b>Fatal Error $error->code</b>: ";
break;
}
}
if ($ifxslt) {
if (strpos($error->message, 'ERR ') !== false) {
$return .= trim($error->message);
} else {
$return = '';
}
} else {
$return .= trim($error->message);
}
if (!$ifxslt) {
if ($error->file) {
$return .= " in <b>$error->file</b>";
}
$return .= " on line <b>$error->line</b>\n";
}
return $return;
}
//Считывает все ошибки Libxml и пишет в лог
private function libxml_display_errors($filename, $title, $ifxslt = false) {
$errors = libxml_get_errors();
file_put_contents($filename,'<h1>'.$title.'</h1>', FILE_APPEND);
foreach ($errors as $error) {
file_put_contents($filename, $this -> libxml_display_error($error, $ifxslt), FILE_APPEND);
}
libxml_clear_errors();
}
//Переводит в литиницу имена файлов, namespace, schemaLocation
public function translit(){
foreach (glob($this -> path."*.xsd") as $file) {
$new_file = basename($file);
$c = (bool) preg_match('/[А-Яа-я]/', basename($file));
if($c){
$new_file = rus2translit(basename($file));
rename($file, $this -> path.$new_file);
file_put_contents($this->path . 'log.html', '<br>Обнаружены кириллические символы в имени файла <b>' .
basename($file) . '</b>', FILE_APPEND);
}
$f = file_get_contents($this -> path.$new_file);
preg_match_all("'schemaLocation=\"(.*?)\"'si", $f, $match);
$cyrl_sl = [];
foreach ($match[1] as $m) {
$c = (bool) preg_match('/[А-Яа-я]/', $m);
if($c){
$cyrl_sl[] = $m;
$newm = rus2translit($m);
$f = str_replace($m, $newm, $f);
}
}
if(count($cyrl_sl) > 0) {
file_put_contents($this->path . 'log.html', '<br>В файле <b>' . basename($new_file) .
'</b> обнаружены кириллические символы в названиях файлов импорта ' . implode(', ', $cyrl_sl), FILE_APPEND);
file_put_contents($this -> path.$new_file, $f);
}
preg_match_all("'\"urn:(.*?)\"'si", $f, $match);
$cyrl_ns = [];
foreach ($match[0] as $m) {
$c = (bool) preg_match('/[А-Яа-я]/', $m);
if($c){
$cyrl_ns[] = $m;
$newm = rus2translit($m);
$f = str_replace($m, $newm, $f);
}
}
if(count($cyrl_ns) > 0) {
file_put_contents($this->path . 'log.html', '<br>В файле <b>' . basename($file) .
'</b> обнаружены кириллические символы в названиях пространств имен ' . implode(', ', $cyrl_ns), FILE_APPEND);
file_put_contents($this -> path.$new_file, $f);
}
$this -> files[] = $new_file;
}
$this -> filename = rus2translit($this -> filename);
}
//Получаем namespace из всех xsd файлов в директории
public function get_namespaces_from_all_files(){
$this -> all_files_namespaces = [];
foreach (glob($this -> path."*.xsd") as $file) {
$sxml = simplexml_load_file($file);
$target_namespace = xml_attribute($sxml, 'targetNamespace');
if(isset($this -> all_files_namespaces[$target_namespace])){
file_put_contents($this -> path . 'log.html', '<br>Совпадение пространств имен <b>' . $target_namespace .
'</b> у файлов: <b>'. basename($file) .'</b> и <b>'. basename($this -> all_files_namespaces[$target_namespace]) . '</b>', FILE_APPEND);
} else {
$this -> all_files_namespaces[$target_namespace] = basename($file);
}
}
}
//Рекурсивно добавляем теги import для XSD файлов
public function restore_imports($filename){
$sxml = simplexml_load_file($this -> path.$filename);
$namespaces = $sxml -> getDocNamespaces();
$targetNamespace = xml_attribute($sxml, 'targetNamespace');
$prefix='';
foreach ($namespaces as $nskey => $nsvalue){
if ($nsvalue == 'http://www.w3.org/2001/XMLSchema'){
$prefix = $nskey . ':';
}
}
$imports = $sxml -> xpath("//".$prefix."import");
$all_imports = [];
foreach ($imports as $imp) {
$all_imports[xml_attribute($imp,'namespace')] = xml_attribute($imp,'schemaLocation');
}
$dom = new DOMDocument();
$dom -> preserveWhiteSpace = false;
$dom -> formatOutput = true;
$dom -> loadXML($sxml -> asXML());
foreach ($namespaces as $nskey => $nsvalue){
if (($nskey!='') && ($nsvalue != $targetNamespace) && ($nsvalue != 'http://www.w3.org/2001/XMLSchema') && (!isset($all_imports[$nsvalue]))) {
if (isset($this -> all_files_namespaces[$nsvalue])) {
$import = $dom -> createElement($prefix.'import','');
$import -> setAttribute('namespace',$nsvalue);
$import -> setAttribute('schemaLocation',$this -> all_files_namespaces[$nsvalue]);
$first = $dom->documentElement->firstChild;
$new_import = $dom->documentElement->insertBefore($import, $first);
$this -> restore_imports($this -> all_files_namespaces[$nsvalue]);
file_put_contents($this -> path . 'log.html', '<br>Для файла <b>'.$filename.'</b> добавлен импорт '.
$nsvalue.'(из файла '.$this -> all_files_namespaces[$nsvalue].')', FILE_APPEND);
} else {
file_put_contents($this -> path . 'log.html', '<br>Не найден файл с пространоством имен <b>' .
$nsvalue . '</b>', FILE_APPEND);
}
}
}
$dom -> save($this -> path.$filename);
}
//Рекурсивно добавляем префикс xs
public function add_xs($filename) {
// $sxml = simplexml_load_file($filename);
// $namespaces = $sxml->getDocNamespaces();
$xmlschemans = '';
foreach ($this -> namespaces as $nskey => $nsvalue) {
if ($nsvalue=='http://www.w3.org/2001/XMLSchema'){
$xmlschemans = $nskey;
}
}
//Если не задан префикс для стандартного namespace, то добавляем его
if (isset($namespaces[''])&&($xmlschemans=='')) {
$xml = new DOMDocument;
$xml -> load($filename);
// unset($namespaces['']);
// $insertstring = '';
// foreach ($namespaces as $nskey => $nsvalue) {
// $insertstring .= 'xmlns:' . $nskey . '="' . $nsvalue . '" ';
// }
$xsl = new DOMDocument;
$xsl -> load('./xsl/add_namespace_xs.xsl');
$proc = new XSLTProcessor;
$proc -> importStyleSheet($xsl);
$result = $proc->transformToXML($xml);
// $s = strpos($result, 'xmlns:xs="http://www.w3.org/2001/XMLSchema"');
// $result = substr($result, 0, $s) . $insertstring . substr($result, $s);
file_put_contents($filename, $result);
file_put_contents($this -> path . 'log.html', '<br>В файле <b>'.$filename.
'</b> не задан префикс стандартного пространства имен', FILE_APPEND);
foreach ($namespaces as $nskey => $nsvalue) {
if ($nsvalue!=='http://www.w3.org/2001/XMLSchema'){
$this -> add_xs($nsvalue);
}
}
}
}
//Добавляем корневой элемент, если в корне больше одного элемента
//(проверка осуществляется в xslt преобразовании)
public function add_root_element($filename) {
$xml = new DOMDocument;
$xml -> load($this -> path . $filename);
$xsl = new DOMDocument;
$xsl -> load('./xsl/add_root_element.xsl');
$proc = new XSLTProcessor;
$proc -> importStyleSheet($xsl);
$xml = $proc -> transformToXML($xml);
file_put_contents($this -> path.$filename, $xml);
}
//Основной метод, генерирует форму
public function go() {
$this -> xml -> load($this -> path . $this -> filename);
$this -> libxml_display_errors($this -> path.'log.html', 'LOAD XML LOG');
$xsl = new DOMDocument;
$xsl -> load('./xsd2html2xml/xsd2html2xml.xsl');
// Настройка преобразования
$proc = new XSLTProcessor;
$proc -> importStyleSheet($xsl);
$this -> libxml_display_errors($this -> path.'log.html', 'LOAD XSL LOG');
$form = $proc -> transformToXML($this -> xml);
file_put_contents($this -> path.'form.html', $form);
$this -> libxml_display_errors($this -> path.'log.html', 'XSLT LOG', true);
}
public function __construct($filename, $path){
libxml_use_internal_errors(true);
$this -> path = $path;
$this -> filename = $filename;
file_put_contents($this -> path.'log.html','<!DOCTYPE html><html lang="ru"><head><meta charset="UTF-8"><title>Log file</title></head><body>');
file_put_contents($this -> path.'log.html','<h1>PREPARE LOG</h1>', FILE_APPEND);
$this -> translit();
$this -> xml = new DOMDocument;
$this -> xml -> load($this -> path . $this -> filename);
$sxml = simplexml_import_dom($this -> xml);
$this -> namespaces = $sxml -> getDocNamespaces();
$this -> targetNamespace = xml_attribute($sxml, 'targetNamespace');
$this -> get_namespaces_from_all_files();
// $this -> restore_imports($this -> filename);
$this -> add_root_element($this -> filename);
$this -> go();
}
public function __destruct(){
file_put_contents($this -> path.'log.html','</body></html>', FILE_APPEND);
}
}
?>