<?xml version="1.0" encoding="ISO-8859-1"?>
<taconite>
<after select="#example1">This text will go AFTER the example div.
</after>
<before select="#example1"><div>This div will go BEFORE the example div.</div>
</before>
<wrap select="#example1 span"><span style="border: 1px dashed #00F"/>
</wrap>
<append select="#example1"><div>This div is APPENDED</div>
</append>
</taconite>