PCL
|
XML document parsing options More...
XMLParserOption::IgnoreComments | Do not add comment nodes to the DOM. |
XMLParserOption::IgnoreUnknownElements | Do not add unknown/invalid elements to the DOM. |
XMLParserOption::IgnoreStrayCharacters | Be tolerant of non-space characters outside markup. |
XMLParserOption::NormalizeTextSpaces | Trim and collapse spaces in all child text nodes. |