Tag #markup

Pharo 6data-activismdata-journalismdata-sciencedata-visualizationdocumentationinteractive-notebookmarkupmarkdownopen-dataopen-researchopen-sciencereproducible-research
Grafoscopio is a tool to create interactive notebooks and documentation for computer narratives and data visualization. They are structured as outlines/trees containing textual and code nodes that can be exported to several formats: LaTeX, HTML and pdf (via pandoc). It can ...
Pharo 8XMLDOMSAXDTDHTMLXHTMLparservalidationwebmarkupdocument
XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enab...
Pharo 8HTMLSAXDOMparserwebmarkupdocument
XMLParserHTML provides SAX and DOM parsers for HTML that convert possibly malformed HTML into well-formed XML.
Pharo 8XMLDOMStAXDTDHTMLXHTMLpullparserpull-parserXMLPullParservalidationwebmarkupdocument
XMLParserStAX is a pull parser for XMLParser that provides a streaming interface for "pulling" XML events and also supports pull-style DOM parsing for dynamically converting events into DOM nodes.
Pharo 8XMLHTMLXHTMLwriterwebmarkupdocument
XMLWriter allows you to generate well-formed XML documents using an API based on Seaside's canvas and tag brushes so all tags will be nested properly and not left unclosed.
Pharo 7XPathXMLDOMHTMLXHTMLparserwebmarkupdocumentquery
An XPath library for Pharo, Squeak, and Gemstone leveraging the XML parsing capabilities of XMLParser. Supports XPath 1.0 syntax with extensions.