Since the <tr:document> tag encapsulates the generation of <html>, <body>, and <head> elements, how do I force generation of some elements in to <head>. For example, I would like my <script> tags to go to the <head>. (May be not a good example because it appears that <script> tags are forced into <head> anyway. However, I don't see that documented in the tag library docs.)
Naresh
