xml-basic-0.1.1.2: Basics for XML/HTML representation and processing

Text.XML.Basic.Format

Synopsis

Documentation

class C object whereSource

Methods

run :: object -> ShowSSource

Instances

C Char 
C T 
C object => C [object] 
(Attribute name, C string) => C (T name string) 
(Attribute name, C string) => C (T name string) 

stringQuoted :: String -> ShowSSource

Internet Explorer does not recognize ' and thus we have to format it literally.

name :: C name => name -> ShowSSource

many :: (a -> ShowS) -> [a] -> ShowSSource