2009-11-23 17:28:44 +00:00
|
|
|
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) {
|
2009-11-23 18:00:44 +00:00
|
|
|
// Generic entities string([]uint8{160});
|
|
|
|
|
2009-11-23 17:28:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|