Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/XML-Input/Vedit-macro-language/xml-input.vedit
Normal file
10
Task/XML-Input/Vedit-macro-language/xml-input.vedit
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Repeat(ALL) {
|
||||
Search("<Student|X", ERRBREAK)
|
||||
#1 = Cur_Pos
|
||||
Match_Paren()
|
||||
if (Search_Block(/Name=|{",'}/, #1, Cur_Pos, BEGIN+ADVANCE+NOERR+NORESTORE)==0) { Continue }
|
||||
#2 = Cur_Pos
|
||||
Search(/|{",'}/)
|
||||
Type_Block(#2, Cur_Pos)
|
||||
Type_Newline
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue