10 ms·
An example from my code: /// - parse an HTTP input stream as XML /// - requires a progressive parser (currently xpat, which is distributed with /// A
by dbshapco 17y ago
An example from my code:
/// - parse an HTTP input stream as XML
/// - requires a progressive parser (currently xpat, which is distributed with
/// Apache)
/// - the XML in turn is mapped to database operations, and the results
/// of the database operations used to create the HTTP response