summaryrefslogtreecommitdiffstats
path: root/Doc/lib/markup.tex
Commit message (Collapse)AuthorAgeFilesLines
* Deal with a FAQ:Fred Drake2002-10-231-0/+22
| | | | | | | | | | Explain that the "xml" package requires that at least one SAX-compliant XML parser be installed, and why this may not be available by default. Point to the PyXML package as an extended version of the "xml" package that can provide this fuctionality. Note that the docs for the xml.dom and xml.sax packages are the definitiona of the Python bindings for the DOM and SAX interfaces.
* Created a new chapter on structured markup processing, including theFred Drake2000-07-051-0/+10
existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented.