Changes between Version 5 and Version 6 of PlugIns/HTML/parsing
- Timestamp:
- 10/04/17 11:52:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/HTML/parsing
v5 v6 39 39 To remove the id of a specified tag, the value must be empty. To set the id, the value must be the id the tag shall have. To clear the index of the specified tag, that value must be CLEAR_INDEX. Here are some further example entries: 40 40 41 {{{ 41 42 body/div/div/div/form= 42 43 43 body/p/small/a=imprint-link 44 45 44 document(path\=accounts/login)/html/body/div[0]/div[1]/div[0]/form/p/a=password-reset-link 46 47 45 document(path\=accounts/login)/html/body/div[0]/div[1]/div[0]/form/div/button=CLEAR_INDEX 48 49 46 body/div[5]=date-chooser 50 51 47 div(htmlId\=date-chooser)/div[0]=date-chooser_day 48 }}} 52 49 53 50 54