Changes between Version 5 and Version 6 of PlugIns/HTML/parsing


Ignore:
Timestamp:
10/04/17 11:52:47 (7 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/HTML/parsing

    v5 v6  
    3939To 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: 
    4040 
     41{{{ 
    4142body/div/div/div/form= 
    42  
    4343body/p/small/a=imprint-link 
    44  
    4544document(path\=accounts/login)/html/body/div[0]/div[1]/div[0]/form/p/a=password-reset-link 
    46  
    4745document(path\=accounts/login)/html/body/div[0]/div[1]/div[0]/form/div/button=CLEAR_INDEX 
    48  
    4946body/div[5]=date-chooser 
    50  
    5147div(htmlId\=date-chooser)/div[0]=date-chooser_day 
     48}}} 
    5249 
    5350 
    54