xmlx/src/entitymap.go

16 lines
368 B
Go

package xmlx
/*
Portions © International Organization for Standardization 1986
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
*/
func entitymap_load(em *map[string]string) {
// Generic entities string([]uint8{160});
}