개정판 47af3d63
issue #563: fix eval size
Change-Id: I512bef2958e2d90303c80e725e69e4cd46747a89
minorTools/xmlTextSearcher.py | ||
---|---|---|
3 | 3 |
def finder(): |
4 | 4 |
print("finder start") |
5 | 5 |
|
6 |
targetText = ['AttrAt="0" Attribute="tag-sp" AttributeType="Text Item" DisplayAttribute="SeqNumber" Expression="item.text()" Freeze="True" Length="" UID="81400489-ef7f-40f3-855f-256c2ffc7329">']
|
|
6 |
targetText = ['224d0e6f25c-648f-440a-b135-812d4b2c06e2']
|
|
7 | 7 |
path = 'W:\ID2_Project\REB\Temp' |
8 | 8 |
|
9 | 9 |
print("target : " + str(len(targetText))) |
... | ... | |
137 | 137 |
if __name__ == '__main__': |
138 | 138 |
selection = input("select fuction(changer = 1, finder = 2, adder = 3) : ") |
139 | 139 |
if selection == '1': |
140 |
pass |
|
141 | 140 |
changer() |
142 | 141 |
elif selection == '2': |
143 |
pass |
|
144 | 142 |
finder() |
145 | 143 |
elif selection == '3': |
146 | 144 |
adder() |
내보내기 Unified diff