view examples/transform/index.html @ 327:387d5892244b experimental-compiler

- further dev on codegen. - had to add a few instance variables to genshi core to help in generating string-based python code; i Expression holds onto its AST node, DefDirective holds onto the original string-based signature. - generator code is a little messy right now, will clean up !
author zzzeek
date Sat, 04 Nov 2006 21:01:42 +0000
parents 5a9b6e0aa3cc
children
line wrap: on
line source
<HTML>
 <HEAD>
  <TITLE>Aaarrgh</TITLE>
  <LINK REL=stylesheet href='badstyle.css'>
 </HEAD>
 
 <BODY>
  <H1>Aaargh</H1>
  <P>
    <B>Lorem <I>ipsum</I></B> dolor sit amet, consectetur<BR>
    adipisicing elit, sed do eiusmod tempor incididunt ut<BR>
    labore et dolore magna aliqua. Ut enim ad minim veniam,<BR>
    quis nostrud exercitation ullamco laboris nisi ut<BR>
    aliquip ex ea commodo consequat.
  </P>
  <P>
    Duis aute irure dolor in reprehenderit in voluptate velit<BR>
    esse cillum dolore eu fugiat nulla pariatur. Excepteur sint<BR>
    occaecat cupidatat non proident, sunt in culpa qui officia<BR>
    deserunt mollit anim <I>id est laborum</I>.
  </P>
 </BODY>

</HTML>
Copyright (C) 2012-2017 Edgewall Software