//! Utility functions and types for transforming [`SgmlFragment`]s.
//!//! Transforms usually normalize data into a more suitable format for deserialization.
//!//! [`SgmlFragment`]: crate::SgmlFragment
pubuseself::data::*;pubuseself::helper::*;pubuseself::marked_sections::*;pubuseself::normalize_end_tags::*;moddata;modhelper;modmarked_sections;modnormalize_end_tags;