{
    "content": [
        {
            "type": "text",
            "text": "# XML::Handler::CanonXMLWriter (perldoc)\n\n## NAME\n\nXML::Handler::CanonXMLWriter - output XML in canonical XML format\n\n## SYNOPSIS\n\nuse XML::Handler::CanonXMLWriter;\n$writer = XML::Handler::CanonXMLWriter OPTIONS;\n$parser->parse(Handler => $writer);\n\n## DESCRIPTION\n\n\"XML::Handler::CanonXMLWriter\" is a PerlSAX handler that will return a string or write a stream\nof canonical XML for an XML instance and it's content.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **AUTHOR**\n- **SEE ALSO** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::Handler::CanonXMLWriter",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::Handler::CanonXMLWriter - output XML in canonical XML format",
        "synopsis": "use XML::Handler::CanonXMLWriter;\n$writer = XML::Handler::CanonXMLWriter OPTIONS;\n$parser->parse(Handler => $writer);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "perl",
                        "lines": 2
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::Handler::CanonXMLWriter - output XML in canonical XML format\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::Handler::CanonXMLWriter;\n\n$writer = XML::Handler::CanonXMLWriter OPTIONS;\n$parser->parse(Handler => $writer);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"XML::Handler::CanonXMLWriter\" is a PerlSAX handler that will return a string or write a stream\nof canonical XML for an XML instance and it's content.\n\n\"XML::Handler::CanonXMLWriter\" objects hold the options used for writing the XML objects.\nOptions can be supplied when the the object is created,\n\n$writer = new XML::Handler::CanonXMLWriter PrintComments => 1;\n\nor modified at any time before calling the parser's `\"parse()\"' method:\n\n$writer->{PrintComments} = 0;\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "IOHandle\nIOHandle contains a handle for writing the canonical XML to. If an IOHandle is not provided,\nthe canonical XML string will be returned from `\"parse()\"'.\n\nPrintComments\nBy default comments are not written to the output. Setting comment to a true value will\ninclude comments in the output.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Ken MacLeod, ken@bitsko.slc.ut.us\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "perl",
                        "content": "James Clark's Canonical XML definition <http://www.jclark.com/xml/canonxml.html>\n"
                    }
                ]
            }
        }
    }
}