Ignore:
Timestamp:
03/05/15 11:57:56 (9 years ago)
Author:
pharms
Message:
  • added support for mapping document paths and removing their queries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/resources/manuals/parseDirHTML

    r1843 r1894  
    3434div(htmlId\=date-chooser)/div[0]=date-chooser_day 
    3535 
     36It is also possible to set a new path for a document and to clear queries belonging to the paths of the documents. Examples for this are: 
     37 
     38document(path\=/pathToPage/)=CLEAR_QUERY 
     39document(path\=/pathToOtherPath)=new/path 
     40document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path   (clears the query and changes the path at once 
     41 
     42For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used. 
     43 
    3644 
    3745$USAGE$ 
Note: See TracChangeset for help on using the changeset viewer.