Best Practices Repository
The Best Practice repository demonstrates tag replacement techniques.
The initiator rule set βBestPractices_Initβ calls the βSetupDataβ rule set that prepares the data that will be used in the βCreateOutputβ rule set, where the output will be produced in html
format.
The βCreateOutputβ rule set contains the βTemplate Replacerβ rule that uses the simple tag replacer technique to replace all identifiers in the html content, with the given variable names.
The βFill Html Listβ, βFill Html Optionsβ and βFill Html Tableβ helper rule sets that are part of the βHTTP Toolsβ repository, use the βtag replacement with parent tag repetition techniqueβ, allowing for the repetition of html code already found in the βhomepage.html
β file and avoiding any hard-coded html in the rules.
Last updated