mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
9 lines
279 B
XML
9 lines
279 B
XML
<SearchOverlay>
|
|
<!-- Test the append action. -->
|
|
<append parent="//search:Url[@type='text/html']">
|
|
<Param name="appended" value="child"/>
|
|
</append>
|
|
<append parent="//search:Url[@method='GET']">
|
|
<Param name="appended" value="child2"/>
|
|
</append>
|
|
</SearchOverlay>
|