February 1, 2001

XML Parsers: DOM and SAX Put to the Test

ML is becoming increasingly popular in the developer community as a tool for passing, manipulating, storing, and organizing information. If you are one of the many developers planning to use XML, you must carefully select and master the XML parser. The parser?one of XML’s core technologies?is your interface to an

Choose Your Java XML Parser

he XML parser world is a dynamic one. As standards change, the parsers change as well–XML parsers are becoming more sophisticated. For most programming projects, the parser, at minimum, must support DOM Level 2, SAX 2, XSLT, and Namespaces. All the parsers discussed here provide these capabilities; however, there are

RemoveCloseMenuItem – Remove the Close button and command from a form

Private Declare Function GetSystemMenu Lib “user32” (ByVal hWnd As Long, _ ByVal bRevert As Long) As LongPrivate Declare Function RemoveMenu Lib “user32” (ByVal hMenu As Long, _ ByVal nPosition As Long, ByVal wFlags As Long) As Long’ Remove the Close menu item and disable the Close button’ from a windowPublic