view examples/transform/index.html @ 113:d10fbba1d5e0 trunk

Removed the `sanitize()` method from the `Markup` class, and migrate the existing unit tests to `markup.tests.filters`. Provide a `Stream.filter()` method instead which can be used to conveniently apply a filter to a stream.
author cmlenz
date Mon, 31 Jul 2006 23:00:06 +0000
parents 8b6bd2d920c1
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