ruleset a60x121 {
meta {name"Replace Example"
author "Mike Grace"
description <<
Replace example for documentation
>>
logging on
}
dispatch {
domain "docs.kynetx.com"}
rule replace_with_example is active {
select using "http://docs.kynetx.com/krl/kynetx-rule-language-documentation/actions/replace/" setting ()
replace("#replacement_area","http://example.com/");}}
Replace
replace(<sel>, <url>)Replace the page element (usually a <div>) with the element selected by <sel> with content given by the URL.
replace("#foo", "http://www.google.com/")Replace Example