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

Text.XML.Basic.Name.MixedCase

Description

This name type preserves the characters case of its input. This is the right choice for case-sensitive names (XML) or if you like to preserve case of HTML tags. In the latter case it is however more difficult to match tag names.

Documentation

newtype T Source

Constructors

Cons String 

Instances