Changeset 35346 in osm for applications/editors/josm
- Timestamp:
- 2020-03-03T20:46:58+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convwiki.pl
r33841 r35346 34 34 system "mv \"$name\" \"$name.orig\""; 35 35 my ($path, $xmlname) = ($1, $2); 36 my $res = `xmllint --format --schema ../core/data/tagging-preset.xsd \"$name.orig\" --encode utf-8 --output \"$name\" 2>&1`; 36 my $res = `xmllint --format --schema ../core/resources/data/tagging-preset.xsd \"$name.orig\" --encode utf-8 --output \"$name\" 2>&1`; 37 37 print $res if $res !~ /\.orig validates/; 38 38 system "perl convpreset.pl \"$name\" >\"${path}trans_$xmlname\"";
Note:
See TracChangeset
for help on using the changeset viewer.