I want to include a few script blocks right before my </html> tag at the end of the page.
xi:include works...but...the only issue is I can't figure out is how to include a file that isn't wrapped in one large element. I really don't want to include my <script>s inside a <div>. Here's what I'm doing now (contents of the included file): <div xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <script type="text/javascript"> .... </script> <script type="text/javascript"> ... </script> <noscript><p><img alt="foo" width="1" height="1" src="foo.gif" /></ p></noscript> </div> How can I include this without having the enclosing div? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

