<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;color:#00000;'><div>Hi all,<br></div><div><br></div><div>I would like to do the apparently common problem in XSLT of wrapping all the <h2> stuff in a <section> tag.<br></div><div><br></div><div>For example (I omit closing tags here for simplicity)</div><div>...<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div><h2><br></div><div><p><br></div><div><p><br></div><div><h3><br></div><div><p><br></div><div><stuff><br></div><div><h2><br></div><div>..<br></div><div>...<br></div><div><more stuff><br></div><div>...<br></div><div><h2><br></div><div>..<br></div><div>...<br></div><div><MOAR stuff><br></div><div>...<br></div><div><br></div><div><br></div></div></blockquote><div>becomes...<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div><section<br></div><div><h2><br></div><div><p><br></div><div><p><br></div><div><h3><br></div><div><p><br></div><div><stuff><br></div><div></section><br></div><div><section><br></div><div><h2><br></div><div>..<br></div><div>...<br></div><div><more stuff><br></div><div>...<br></div><div></section><br></div><div><br></div><div><section><br></div><div><h2><br></div><div>..<br></div><div>...<br></div><div><MOAR stuff><br></div><div>...<br></div><div></section><br></div></div></blockquote><div><br></div><div><br></div><div>does anybody have any links to some good (purely smalltalk)  techniques ?<br></div><div><br></div><div>thanks in advance.</div><div><br></div><div><br></div></div><br></body></html>