Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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