| > Expat4D Home > Documentation > Command Reference |
xml_SetCommentHandler ( parserID; handler )
Set the handler method for XML comments. When comments are found in the XML being parsed, they are passed to the 4D method set using this method as text without their enclosing comment tags. The handler method is supplied the parserID and the comment text and should be set up something like the following example.
|
Developer Documentation
Creating Parsers, Destroying Parsers, Parsing TextConfiguring Handler Methods
Position and Error Reporting Functions
Miscellaneous Functions
Output Buffer Functions
Error Codes |
| > Expat4D Home > Documentation > Command Reference |
Last Modified: 27th April 2001 at 9:00 PM