VA Smalltalk
1 program
Added 2026-03-06T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: VAST Platform, VisualAge Smalltalk
Provenance: commit b57925d38b · authored 2026-03-06T01:25:27+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
XML Mapping Parser Configuration
Provenance: commit b57925d38b · authored 2026-03-06T01:25:27+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
| rootConfig importConfig |
rootConfig := AbtXmlDeserializationConfiguration newMappingParserConfiguration.
rootConfig mappingSpecName: SstWebServicesParserApp abtXmlCacheKey.
rootConfig handlerClass: SstWsdlSaxHandler.
importConfig := rootConfig newConfiguration.
importConfig handlerClass: SstWsdlImportHandler.
rootConfig useConfiguration: importConfig forElementNamed: 'import'
inNamespace: SstWebServicesParserApp abtXmlCacheKey.
AbtXmlObjectCache current addDeserializationConfiguration: rootConfig
named: SstWebServicesParserApp abtXmlCacheKey.