Generating HTML from Smalltalk
The Web Connection feature provides a stream class called AbtHtmlWriteStream. This stream is a subclass of WriteStream and implements the following instance methods: 
nextPutAll: aString 
Writes aString to the stream, but writes HTML entities for the characters <, >, ", and &. 
nextPutAllLiteral: aString 
Writes aString to the stream without translations of special characters to HTML entities. 
Last modified date: 01/29/2015